#104212

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

Shades of Myrtle #104212

Tints of Myrtle #104212

Color information

#104212 (or 0x104212) is unknown color: approx Myrtle. HEX triplet: 10, 42 and 12. RGB value is (16,66,18). Sum of RGB (Red+Green+Blue) = 16+66+18=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #104212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104212 is #EFBDED. Grayscale: #2D2D2D. Windows color (decimal): -15711726 or 1196560. OLE color: 1196560.

HSL color Cylindrical-coordinate representation of color #104212: hue angle of 122.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104212 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB166618-
CMYK0.7600.730.74
HSL122.4º60.98%16.08%-
HSV(B)122.4º75.76%25.88%-
XYZ2.274.051.23-
YUV45.58112.44106.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 66 (26.17% from 255) = 66%
BLUE value IS 18 (7.42% from 255) = 18%
R=16%
G=66%
B=18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1666180.7600.730.74122.460.9816.08
Hex1042124C0494A7a3d10
Octal201022211401111121727520
Binary100001000010100101001100010010011001010111101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104212; }

 p { color: rgb(16,66,18); }

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

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

 a { background-color: rgb(16,66,18); }

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

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

 span { border-color: rgb(16,66,18); }

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