#104E21

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

Shades of Crusoe #104E21

Tints of Crusoe #104E21

Color information

#104E21 (or 0x104E21) is unknown color: approx Crusoe. HEX triplet: 10, 4E and 21. RGB value is (16,78,33). Sum of RGB (Red+Green+Blue) = 16+78+33=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #104E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E21 is #EFB1DE. Grayscale: #363636. Windows color (decimal): -15708639 or 2182672. OLE color: 2182672.

HSL color Cylindrical-coordinate representation of color #104E21: hue angle of 136.45º 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 #104E21 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB167833-
CMYK0.7900.580.69
HSL136.45º65.96%18.43%-
HSV(B)136.45º79.49%30.59%-
XYZ3.215.672.36-
YUV54.33115.96100.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.60%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=12.60%
G=61.42%
B=25.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678330.7900.580.69136.4565.9618.43
Hex104E214F03A45884212
Octal201164111707210521010222
Binary10000100111010000110011110111010100010110001000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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