Html Css Color HEX #116333 Crusoe

📋 copy color: '#116333'

red 17 ◦ green 99 ◦ blue 51

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

Shades of Crusoe #116333

Tints of Crusoe #116333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 59.28%

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

R = 10.18%
G = 59.28%
B = 30.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#116333 (or 0x116333) is known color: Crusoe. HEX triplet: 11, 63 and 33. RGB value is (17,99,51). Sum of RGB (Red+Green+Blue) = 17+99+51=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #116333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116333 is #EE9CCC. Grayscale: #454545. Windows color (decimal): -15637709 or 3367697. OLE color: 3367697.

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

Color convert

RGB 17 99 51 -
CMYK 0.83 0 0.48 0.61
HSL 144.88º 0.71% 0.23% -
HSV(B) 144.88º 0.83% 0.39% -
XYZ 5.29 9.28 4.64 -
YUV 69.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 17 99 51 0.83 0 0.48 0.61 144.88 0.71 0.23
Hex 11 63 33 53 0 30 3D 91 47 17
Octal 21 143 63 123 0 60 75 221 107 27
Binary 10001 1100011 110011 1010011 0 110000 111101 10010001 1000111 10111

Color Harmonies of #116333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116333

Black with #116333

Text Example


Text Example

White with #116333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116333; }

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

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

background-color css

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

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

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

border-color css

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

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

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