Html Css Color HEX #116233 Crusoe

📋 copy color: '#116233'

red 17 ◦ green 98 ◦ blue 51

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

Shades of Crusoe #116233

Tints of Crusoe #116233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 10.24%
G = 59.04%
B = 30.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#116233 (or 0x116233) is known color: Crusoe. HEX triplet: 11, 62 and 33. RGB value is (17,98,51). Sum of RGB (Red+Green+Blue) = 17+98+51=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #116233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116233 is #EE9DCC. Grayscale: #444444. Windows color (decimal): -15637965 or 3367441. OLE color: 3367441.

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

Color convert

RGB 17 98 51 -
CMYK 0.83 0 0.48 0.62
HSL 145.19º 0.7% 0.23% -
HSV(B) 145.19º 0.83% 0.38% -
XYZ 5.2 9.09 4.61 -
YUV 68.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 17 98 51 0.83 0 0.48 0.62 145.19 0.7 0.23
Hex 11 62 33 53 0 30 3E 91 46 17
Octal 21 142 63 123 0 60 76 221 106 27
Binary 10001 1100010 110011 1010011 0 110000 111110 10010001 1000110 10111

Color Harmonies of #116233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116233

Black with #116233

Text Example


Text Example

White with #116233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116233; }

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

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

background-color css

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

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

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

border-color css

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

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

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