#104E20

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

Shades of Crusoe #104E20

Tints of Crusoe #104E20

Color information

#104E20 (or 0x104E20) is unknown color: approx Crusoe. HEX triplet: 10, 4E and 20. RGB value is (16,78,32). Sum of RGB (Red+Green+Blue) = 16+78+32=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 78 (30.86% from 255 or 61.90% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 78 - color contains mainly: green. Hex color #104E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E20 is #EFB1DF. Grayscale: #363636. Windows color (decimal): -15708640 or 2117136. OLE color: 2117136.

HSL color Cylindrical-coordinate representation of color #104E20: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E20 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB167832-
CMYK0.7900.590.69
HSL135.48º65.96%18.43%-
HSV(B)135.48º79.49%30.59%-
XYZ3.25.662.29-
YUV54.22115.46100.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 78 (30.86% from 255) = 61.90%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=12.70%
G=61.90%
B=25.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678320.7900.590.69135.4865.9618.43
Hex104E204F03B45874212
Octal201164011707310520710222
Binary10000100111010000010011110111011100010110000111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,78,32); }

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

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

 a { background-color: rgb(16,78,32); }

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

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

 span { border-color: rgb(16,78,32); }

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