Html Css Color HEX #116631 Crusoe

📋 copy color: '#116631'

red 17 ◦ green 102 ◦ blue 49

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

Shades of Crusoe #116631

Tints of Crusoe #116631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60.71%

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

R = 10.12%
G = 60.71%
B = 29.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#116631 (or 0x116631) is known color: Crusoe. HEX triplet: 11, 66 and 31. RGB value is (17,102,49). Sum of RGB (Red+Green+Blue) = 17+102+49=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #116631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116631 is #EE99CE. Grayscale: #464646. Windows color (decimal): -15636943 or 3237393. OLE color: 3237393.

HSL color Cylindrical-coordinate representation of color #116631: hue angle of 142.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116631 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 49 -
CMYK 0.83 0 0.52 0.6
HSL 142.59º 0.71% 0.23% -
HSV(B) 142.59º 0.83% 0.4% -
XYZ 5.54 9.84 4.51 -
YUV 70.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 17 102 49 0.83 0 0.52 0.6 142.59 0.71 0.23
Hex 11 66 31 53 0 34 3C 8F 47 17
Octal 21 146 61 123 0 64 74 217 107 27
Binary 10001 1100110 110001 1010011 0 110100 111100 10001111 1000111 10111

Color Harmonies of #116631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116631

Black with #116631

Text Example


Text Example

White with #116631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116631; }

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

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

background-color css

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

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

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

border-color css

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

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

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