#185212

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

Shades of Myrtle #185212

Tints of Myrtle #185212

Color information

#185212 (or 0x185212) is unknown color: approx Myrtle. HEX triplet: 18, 52 and 12. RGB value is (24,82,18). Sum of RGB (Red+Green+Blue) = 24+82+18=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #185212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185212 is #E7ADED. Grayscale: #393939. Windows color (decimal): -15183342 or 1200664. OLE color: 1200664.

HSL color Cylindrical-coordinate representation of color #185212: hue angle of 114.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185212 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB248218-
CMYK0.7100.780.68
HSL114.38º64%19.61%-
HSV(B)114.38º78.05%32.16%-
XYZ3.56.271.6-
YUV57.36105.78104.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 82 (32.42% from 255) = 66.13%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=19.35%
G=66.13%
B=14.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482180.7100.780.68114.386419.61
Hex1852124704E44724014
Octal3012222107011610416210024
Binary1100010100101001010001110100111010001001110010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185212; }

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

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

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

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

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

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

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

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