#104B08

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

Shades of Myrtle #104B08

Tints of Myrtle #104B08

Color information

#104B08 (or 0x104B08) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 08. RGB value is (16,75,8). Sum of RGB (Red+Green+Blue) = 16+75+8=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 75 (29.69% from 255 or 75.76% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 75 - color contains mainly: green. Hex color #104B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B08 is #EFB4F7. Grayscale: #313131. Windows color (decimal): -15709432 or 543504. OLE color: 543504.

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

Color convert

RGB16758-
CMYK0.7900.890.71
HSL112.84º80.72%16.27%-
HSV(B)112.84º89.33%29.41%-
XYZ2.775.161.08-
YUV49.72104.45103.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 75 (29.69% from 255) = 75.76%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=16.16%
G=75.76%
B=8.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal167580.7900.890.71112.8480.7216.27
Hex104B84F05947715110
Octal2011310117013110716112120
Binary100001001011100010011110101100110001111110001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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