Html Css Color HEX #116032 Crusoe

📋 copy color: '#116032'

red 17 ◦ green 96 ◦ blue 50

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

Shades of Crusoe #116032

Tints of Crusoe #116032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.9%

 BLUE value IS 50 (19.92% from 255) = 30.67%

R = 10.43%
G = 58.9%
B = 30.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#116032 (or 0x116032) is known color: Crusoe. HEX triplet: 11, 60 and 32. RGB value is (17,96,50). Sum of RGB (Red+Green+Blue) = 17+96+50=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #116032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116032 is #EE9FCD. Grayscale: #434343. Windows color (decimal): -15638478 or 3301393. OLE color: 3301393.

HSL color Cylindrical-coordinate representation of color #116032: hue angle of 145.06º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116032 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 96 50 -
CMYK 0.82 0 0.48 0.62
HSL 145.06º 0.7% 0.22% -
HSV(B) 145.06º 0.82% 0.38% -
XYZ 4.99 8.72 4.44 -
YUV 67.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 17 96 50 0.82 0 0.48 0.62 145.06 0.7 0.22
Hex 11 60 32 52 0 30 3E 91 46 16
Octal 21 140 62 122 0 60 76 221 106 26
Binary 10001 1100000 110010 1010010 0 110000 111110 10010001 1000110 10110

Color Harmonies of #116032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116032

Black with #116032

Text Example


Text Example

White with #116032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116032; }

 p { color: rgb(17,96,50); }

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

background-color css

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

 a { background-color: rgb(17,96,50); }

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

border-color css

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

 span { border-color: rgb(17,96,50); }

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