Html Css Color HEX #116828 Crusoe

📋 copy color: '#116828'

red 17 ◦ green 104 ◦ blue 40

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

Shades of Crusoe #116828

Tints of Crusoe #116828

RGB

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

 GREEN value IS 104 (41.02% from 255) = 64.6%

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

R = 10.56%
G = 64.6%
B = 24.84%

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

#116828 (or 0x116828) is known color: Crusoe. HEX triplet: 11, 68 and 28. RGB value is (17,104,40). Sum of RGB (Red+Green+Blue) = 17+104+40=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #116828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116828 is #EE97D7. Grayscale: #464646. Windows color (decimal): -15636440 or 2648081. OLE color: 2648081.

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

Color convert

RGB 17 104 40 -
CMYK 0.84 0 0.62 0.59
HSL 135.86º 0.72% 0.24% -
HSV(B) 135.86º 0.84% 0.41% -
XYZ 5.56 10.17 3.68 -
YUV 70.69 110.68 89.7 -
System Red Green Blue C M Y K H S L
Decimal 17 104 40 0.84 0 0.62 0.59 135.86 0.72 0.24
Hex 11 68 28 54 0 3E 3B 88 48 18
Octal 21 150 50 124 0 76 73 210 110 30
Binary 10001 1101000 101000 1010100 0 111110 111011 10001000 1001000 11000

Color Harmonies of #116828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116828

Black with #116828

Text Example


Text Example

White with #116828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116828; }

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

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

background-color css

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

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

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

border-color css

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

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

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