#185912

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

Shades of Myrtle #185912

Tints of Myrtle #185912

Color information

#185912 (or 0x185912) is unknown color: approx Myrtle. HEX triplet: 18, 59 and 12. RGB value is (24,89,18). Sum of RGB (Red+Green+Blue) = 24+89+18=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #185912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185912 is #E7A6ED. Grayscale: #3D3D3D. Windows color (decimal): -15181550 or 1202456. OLE color: 1202456.

HSL color Cylindrical-coordinate representation of color #185912: hue angle of 114.93º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185912 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB248918-
CMYK0.7300.800.65
HSL114.93º66.36%20.98%-
HSV(B)114.93º79.78%34.9%-
XYZ4.067.381.78-
YUV61.47103.47101.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 89 (35.16% from 255) = 67.94%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=18.32%
G=67.94%
B=13.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489180.7300.800.65114.9366.3620.98
Hex1859124905041734215
Octal3013122111012010116310225
Binary1100010110011001010010010101000010000011110011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185912; }

 p { color: rgb(24,89,18); }

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

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

 a { background-color: rgb(24,89,18); }

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

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

 span { border-color: rgb(24,89,18); }

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