Html Css Color HEX #116928 Crusoe

📋 copy color: '#116928'

red 17 ◦ green 105 ◦ blue 40

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

Shades of Crusoe #116928

Tints of Crusoe #116928

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.81%

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 10.49%
G = 64.81%
B = 24.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#116928 (or 0x116928) is known color: Crusoe. HEX triplet: 11, 69 and 28. RGB value is (17,105,40). Sum of RGB (Red+Green+Blue) = 17+105+40=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #116928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116928 is #EE96D7. Grayscale: #474747. Windows color (decimal): -15636184 or 2648337. OLE color: 2648337.

HSL color Cylindrical-coordinate representation of color #116928: hue angle of 135.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116928 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 105 40 -
CMYK 0.84 0 0.62 0.59
HSL 135.68º 0.72% 0.24% -
HSV(B) 135.68º 0.84% 0.41% -
XYZ 5.67 10.38 3.71 -
YUV 71.28 110.35 89.29 -
System Red Green Blue C M Y K H S L
Decimal 17 105 40 0.84 0 0.62 0.59 135.68 0.72 0.24
Hex 11 69 28 54 0 3E 3B 88 48 18
Octal 21 151 50 124 0 76 73 210 110 30
Binary 10001 1101001 101000 1010100 0 111110 111011 10001000 1001000 11000

Color Harmonies of #116928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116928

Black with #116928

Text Example


Text Example

White with #116928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116928; }

 p { color: rgb(17,105,40); }

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

background-color css

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

 a { background-color: rgb(17,105,40); }

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

border-color css

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

 span { border-color: rgb(17,105,40); }

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