#104C08

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

Shades of Myrtle #104C08

Tints of Myrtle #104C08

Color information

#104C08 (or 0x104C08) is unknown color: approx Myrtle. HEX triplet: 10, 4C and 08. RGB value is (16,76,8). Sum of RGB (Red+Green+Blue) = 16+76+8=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 76 (30.08% from 255 or 76% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 76 - color contains mainly: green. Hex color #104C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104C08 is #EFB3F7. Grayscale: #323232. Windows color (decimal): -15709176 or 543760. OLE color: 543760.

HSL color Cylindrical-coordinate representation of color #104C08: hue angle of 112.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104C08 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB16768-
CMYK0.7900.890.70
HSL112.94º80.95%16.47%-
HSV(B)112.94º89.47%29.8%-
XYZ2.845.31.1-
YUV50.31104.12103.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 76 (30.08% from 255) = 76%
BLUE value IS 8 (3.52% from 255) = 8%
R=16%
G=76%
B=8%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167680.7900.890.70112.9480.9516.47
Hex104C84F05946715110
Octal2011410117013110616112120
Binary100001001100100010011110101100110001101110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C08; }

 p { color: rgb(16,76,8); }

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

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

 a { background-color: rgb(16,76,8); }

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

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

 span { border-color: rgb(16,76,8); }

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