Html Css Color HEX #114E21 Crusoe

📋 copy color: '#114E21'

red 17 ◦ green 78 ◦ blue 33

#114E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #114E21

Tints of Crusoe #114E21

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 value IS 0.78

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#114E21 (or 0x114E21) is known color: 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

RGB 17 78 33 -
CMYK 0.78 0 0.58 0.69
HSL 135.74º 0.64% 0.19% -
HSV(B) 135.74º 0.78% 0.31% -
XYZ 3.23 5.68 2.36 -
YUV 54.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 17 78 33 0.78 0 0.58 0.69 135.74 0.64 0.19
Hex 11 4E 21 4E 0 3A 45 88 40 13
Octal 21 116 41 116 0 72 105 210 100 23
Binary 10001 1001110 100001 1001110 0 111010 1000101 10001000 1000000 10011

Color Harmonies of #114E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E21

Black with #114E21

Text Example


Text Example

White with #114E21

Text Example


Text Example

HTML Codes & Css Web 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>