#185312

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

Shades of Myrtle #185312

Tints of Myrtle #185312

Color information

#185312 (or 0x185312) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 12. RGB value is (24,83,18). Sum of RGB (Red+Green+Blue) = 24+83+18=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #185312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185312 is #E7ACED. Grayscale: #3A3A3A. Windows color (decimal): -15183086 or 1200920. OLE color: 1200920.

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

Color convert

RGB248318-
CMYK0.7100.780.67
HSL114.46º64.36%19.8%-
HSV(B)114.46º78.31%32.55%-
XYZ3.586.421.62-
YUV57.95105.45103.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 83 (32.81% from 255) = 66.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=19.2%
G=66.4%
B=14.4%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483180.7100.780.67114.4664.3619.8
Hex1853124704E43724014
Octal3012322107011610316210024
Binary1100010100111001010001110100111010000111110010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185312; }

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

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

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

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

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

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

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

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