#235D14

Color #235D14 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #235D14

Tints of Myrtle #235D14

Color information

#235D14 (or 0x235D14) is unknown color: approx Myrtle. HEX triplet: 23, 5D and 14. RGB value is (35,93,20). Sum of RGB (Red+Green+Blue) = 35+93+20=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #235D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235D14 is #DCA2EB. Grayscale: #434343. Windows color (decimal): -14459628 or 1334563. OLE color: 1334563.

HSL color Cylindrical-coordinate representation of color #235D14: hue angle of 107.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235D14 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB359320-
CMYK0.6200.780.64
HSL107.67º64.6%22.16%-
HSV(B)107.67º78.49%36.47%-
XYZ4.738.242-
YUV67.34101.28104.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 93 (36.72% from 255) = 62.84%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=23.65%
G=62.84%
B=13.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593200.6200.780.64107.6764.622.16
Hex235D143E04E406c4116
Octal431352476011610015410126
Binary1000111011101101001111100100111010000001101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235D14; }

 p { color: rgb(35,93,20); }

 H1.HeaderClassName
 {
   color: #235D14;
 }
 .AnyTagClassName
 {
   color: #235D14;
 }
</style>
background-color css

<style>
 a { background-color: #235D14; }

 a { background-color: rgb(35,93,20); }

 div.DivClassName
 {
   background-color: #235D14;
 }
 .BgClassName
 {
   background-color: #235D14;
 }
</style>
border-color css

<style>
 span { border-color: #235D14; }

 span { border-color: rgb(35,93,20); }

 td.TdClassName
 {
   border-color: #235D14;
 }
 .TagClassName
 {
   border-color: #235D14;
 }
</style>