#185012

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

Shades of Myrtle #185012

Tints of Myrtle #185012

Color information

#185012 (or 0x185012) is unknown color: approx Myrtle. HEX triplet: 18, 50 and 12. RGB value is (24,80,18). Sum of RGB (Red+Green+Blue) = 24+80+18=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #185012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185012 is #E7AFED. Grayscale: #383838. Windows color (decimal): -15183854 or 1200152. OLE color: 1200152.

HSL color Cylindrical-coordinate representation of color #185012: hue angle of 114.19º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185012 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB248018-
CMYK0.7000.780.69
HSL114.19º63.27%19.22%-
HSV(B)114.19º77.5%31.37%-
XYZ3.355.981.55-
YUV56.19106.45105.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 80 (31.64% from 255) = 65.57%
BLUE value IS 18 (7.42% from 255) = 14.75%
R=19.67%
G=65.57%
B=14.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480180.7000.780.69114.1963.2719.22
Hex1850124604E45723f13
Octal301202210601161051627723
Binary110001010000100101000110010011101000101111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185012; }

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

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

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

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

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

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

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

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