#185120

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

Shades of Myrtle #185120

Tints of Myrtle #185120

Color information

#185120 (or 0x185120) is unknown color: approx Myrtle. HEX triplet: 18, 51 and 20. RGB value is (24,81,32). Sum of RGB (Red+Green+Blue) = 24+81+32=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 81 (32.03% from 255 or 59.12% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 81 - color contains mainly: green. Hex color #185120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185120 is #E7AEDF. Grayscale: #3A3A3A. Windows color (decimal): -15183584 or 2117912. OLE color: 2117912.

HSL color Cylindrical-coordinate representation of color #185120: hue angle of 128.42º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185120 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB248132-
CMYK0.7000.600.68
HSL128.42º54.29%20.59%-
HSV(B)128.42º70.37%31.76%-
XYZ3.586.182.37-
YUV58.37113.12103.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 81 (32.03% from 255) = 59.12%
BLUE value IS 32 (12.89% from 255) = 23.36%
R=17.52%
G=59.12%
B=23.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481320.7000.600.68128.4254.2920.59
Hex1851204603C44803615
Octal30121401060741042006625
Binary1100010100011000001000110011110010001001000000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185120; }

 p { color: rgb(24,81,32); }

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

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

 a { background-color: rgb(24,81,32); }

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

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

 span { border-color: rgb(24,81,32); }

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