#114E21

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

Shades of Crusoe #114E21

Tints of Crusoe #114E21

Color information

#114E21 (or 0x114E21) is unknown color: approx Crusoe. HEX triplet: 11, 4E and 21. RGB value is (17,78,33). Sum of RGB (Red+Green+Blue) = 17+78+33=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 78 (30.86% from 255 or 60.94% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 78 - color contains mainly: green. Hex color #114E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E21 is #EEB1DE. Grayscale: #363636. Windows color (decimal): -15643103 or 2182673. OLE color: 2182673.

HSL color Cylindrical-coordinate representation of color #114E21: hue angle of 135.74º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E21 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB177833-
CMYK0.7800.580.69
HSL135.74º64.21%18.63%-
HSV(B)135.74º78.21%30.59%-
XYZ3.235.682.36-
YUV54.63115.79101.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 78 (30.86% from 255) = 60.94%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=13.28%
G=60.94%
B=25.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778330.7800.580.69135.7464.2118.63
Hex114E214E03A45884013
Octal211164111607210521010023
Binary10001100111010000110011100111010100010110001000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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