Html Css Color HEX #116331 Crusoe

📋 copy color: '#116331'

red 17 ◦ green 99 ◦ blue 49

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

Shades of Crusoe #116331

Tints of Crusoe #116331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 10.3%
G = 60%
B = 29.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#116331 (or 0x116331) is known color: Crusoe. HEX triplet: 11, 63 and 31. RGB value is (17,99,49). Sum of RGB (Red+Green+Blue) = 17+99+49=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #116331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116331 is #EE9CCE. Grayscale: #444444. Windows color (decimal): -15637711 or 3236625. OLE color: 3236625.

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

Color convert

RGB 17 99 49 -
CMYK 0.83 0 0.51 0.61
HSL 143.41º 0.71% 0.23% -
HSV(B) 143.41º 0.83% 0.39% -
XYZ 5.25 9.26 4.42 -
YUV 68.78 116.83 91.07 -
System Red Green Blue C M Y K H S L
Decimal 17 99 49 0.83 0 0.51 0.61 143.41 0.71 0.23
Hex 11 63 31 53 0 33 3D 8F 47 17
Octal 21 143 61 123 0 63 75 217 107 27
Binary 10001 1100011 110001 1010011 0 110011 111101 10001111 1000111 10111

Color Harmonies of #116331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116331

Black with #116331

Text Example


Text Example

White with #116331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116331; }

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

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

background-color css

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

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

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

border-color css

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

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

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