#236012

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

Shades of Myrtle #236012

Tints of Myrtle #236012

Color information

#236012 (or 0x236012) is unknown color: approx Myrtle. HEX triplet: 23, 60 and 12. RGB value is (35,96,18). Sum of RGB (Red+Green+Blue) = 35+96+18=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #236012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236012 is #DC9FED. Grayscale: #454545. Windows color (decimal): -14458862 or 1204259. OLE color: 1204259.

HSL color Cylindrical-coordinate representation of color #236012: hue angle of 106.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #236012 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB359618-
CMYK0.6400.810.62
HSL106.92º68.42%22.35%-
HSV(B)106.92º81.25%37.65%-
XYZ4.998.772-
YUV68.8799.29103.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 18 (7.42% from 255) = 12.08%
R=23.49%
G=64.43%
B=12.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3596180.6400.810.62106.9268.4222.35
Hex236012400513E6b4416
Octal431402210001217615310426
Binary1000111100000100101000000010100011111101101011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236012; }

 p { color: rgb(35,96,18); }

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

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

 a { background-color: rgb(35,96,18); }

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

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

 span { border-color: rgb(35,96,18); }

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