Html Css Color HEX #116227 Crusoe

📋 copy color: '#116227'

red 17 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #116227

Tints of Crusoe #116227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 11.04%
G = 63.64%
B = 25.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#116227 (or 0x116227) is known color: Crusoe. HEX triplet: 11, 62 and 27. RGB value is (17,98,39). Sum of RGB (Red+Green+Blue) = 17+98+39=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #116227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116227 is #EE9DD8. Grayscale: #434343. Windows color (decimal): -15637977 or 2581009. OLE color: 2581009.

HSL color Cylindrical-coordinate representation of color #116227: hue angle of 136.3º 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 #116227 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 39 -
CMYK 0.83 0 0.60 0.62
HSL 136.3º 0.7% 0.23% -
HSV(B) 136.3º 0.83% 0.38% -
XYZ 4.97 9 3.4 -
YUV 67.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 17 98 39 0.83 0 0.60 0.62 136.3 0.7 0.23
Hex 11 62 27 53 0 3C 3E 88 46 17
Octal 21 142 47 123 0 74 76 210 106 27
Binary 10001 1100010 100111 1010011 0 111100 111110 10001000 1000110 10111

Color Harmonies of #116227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116227

Black with #116227

Text Example


Text Example

White with #116227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116227; }

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

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

background-color css

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

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

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

border-color css

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

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

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