Html Css Color HEX #116422 Crusoe

📋 copy color: '#116422'

red 17 ◦ green 100 ◦ blue 34

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

Shades of Crusoe #116422

Tints of Crusoe #116422

RGB

 RED value IS 17 (7.03% from 255) = 11.26%

 GREEN value IS 100 (39.45% from 255) = 66.23%

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 11.26%
G = 66.23%
B = 22.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#116422 (or 0x116422) is known color: Crusoe. HEX triplet: 11, 64 and 22. RGB value is (17,100,34). Sum of RGB (Red+Green+Blue) = 17+100+34=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #116422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116422 is #EE9BDD. Grayscale: #434343. Windows color (decimal): -15637470 or 2253841. OLE color: 2253841.

HSL color Cylindrical-coordinate representation of color #116422: hue angle of 132.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116422 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 100 34 -
CMYK 0.83 0 0.66 0.61
HSL 132.29º 0.71% 0.23% -
HSV(B) 132.29º 0.83% 0.39% -
XYZ 5.08 9.35 3.05 -
YUV 67.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 17 100 34 0.83 0 0.66 0.61 132.29 0.71 0.23
Hex 11 64 22 53 0 42 3D 84 47 17
Octal 21 144 42 123 0 102 75 204 107 27
Binary 10001 1100100 100010 1010011 0 1000010 111101 10000100 1000111 10111

Color Harmonies of #116422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116422

Black with #116422

Text Example


Text Example

White with #116422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116422; }

 p { color: rgb(17,100,34); }

 H1.HeaderClassName
 {
   color: #116422;
 }
 .AnyTagClassName
 {
   color: #116422;
 }
</style>

background-color css

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

 a { background-color: rgb(17,100,34); }

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

border-color css

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

 span { border-color: rgb(17,100,34); }

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