#104200

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

Shades of Myrtle #104200

Tints of Myrtle #104200

Color information

#104200 (or 0x104200) is unknown color: approx Myrtle. HEX triplet: 10, 42 and 00. RGB value is (16,66,0). Sum of RGB (Red+Green+Blue) = 16+66+0=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 66 (26.17% from 255 or 80.49% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 66 - color contains mainly: green. Hex color #104200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104200 is #EFBDFF. Grayscale: #2B2B2B. Windows color (decimal): -15711744 or 16912. OLE color: 16912.

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

Color convert

RGB16660-
CMYK0.76010.74
HSL105.45º100%12.94%-
HSV(B)105.45º100%25.88%-
XYZ2.164.010.66-
YUV43.53103.44108.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.51%
GREEN value IS 66 (26.17% from 255) = 80.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.51%
G=80.49%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166600.76010.74105.4510012.94
Hex104204C0644A6964d
Octal201020114014411215114415
Binary10000100001001001100011001001001010110100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104200; }

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

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

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

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

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

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

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

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