#104B02

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

Shades of Myrtle #104B02

Tints of Myrtle #104B02

Color information

#104B02 (or 0x104B02) is unknown color: approx Myrtle. HEX triplet: 10, 4B and 02. RGB value is (16,75,2). Sum of RGB (Red+Green+Blue) = 16+75+2=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 75 (29.69% from 255 or 80.65% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 75 - color contains mainly: green. Hex color #104B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104B02 is #EFB4FD. Grayscale: #313131. Windows color (decimal): -15709438 or 150288. OLE color: 150288.

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

Color convert

RGB16752-
CMYK0.7900.970.71
HSL108.49º94.81%15.1%-
HSV(B)108.49º97.33%29.41%-
XYZ2.745.150.91-
YUV49.04101.45104.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.20%
GREEN value IS 75 (29.69% from 255) = 80.65%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=17.20%
G=80.65%
B=2.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal167520.7900.970.71108.4994.8115.1
Hex104B24F061476c5ff
Octal201132117014110715413717
Binary100001001011101001111011000011000111110110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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