Html Css Color HEX #116229 Crusoe

📋 copy color: '#116229'

red 17 ◦ green 98 ◦ blue 41

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

Shades of Crusoe #116229

Tints of Crusoe #116229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.82%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 10.9%
G = 62.82%
B = 26.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#116229 (or 0x116229) is known color: Crusoe. HEX triplet: 11, 62 and 29. RGB value is (17,98,41). Sum of RGB (Red+Green+Blue) = 17+98+41=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #116229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116229 is #EE9DD6. Grayscale: #434343. Windows color (decimal): -15637975 or 2712081. OLE color: 2712081.

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

Color convert

RGB 17 98 41 -
CMYK 0.83 0 0.58 0.62
HSL 137.78º 0.7% 0.23% -
HSV(B) 137.78º 0.83% 0.38% -
XYZ 5 9.01 3.57 -
YUV 67.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 17 98 41 0.83 0 0.58 0.62 137.78 0.7 0.23
Hex 11 62 29 53 0 3A 3E 8A 46 17
Octal 21 142 51 123 0 72 76 212 106 27
Binary 10001 1100010 101001 1010011 0 111010 111110 10001010 1000110 10111

Color Harmonies of #116229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116229

Black with #116229

Text Example


Text Example

White with #116229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116229; }

 p { color: rgb(17,98,41); }

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

background-color css

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

 a { background-color: rgb(17,98,41); }

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

border-color css

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

 span { border-color: rgb(17,98,41); }

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