Html Css Color HEX #116428 Crusoe

📋 copy color: '#116428'

red 17 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #116428

Tints of Crusoe #116428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 63.69%

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

R = 10.83%
G = 63.69%
B = 25.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#116428 (or 0x116428) is known color: Crusoe. HEX triplet: 11, 64 and 28. RGB value is (17,100,40). Sum of RGB (Red+Green+Blue) = 17+100+40=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #116428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116428 is #EE9BD7. Grayscale: #444444. Windows color (decimal): -15637464 or 2647057. OLE color: 2647057.

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

Color convert

RGB 17 100 40 -
CMYK 0.83 0 0.6 0.61
HSL 136.63º 0.71% 0.23% -
HSV(B) 136.63º 0.83% 0.39% -
XYZ 5.17 9.39 3.55 -
YUV 68.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 17 100 40 0.83 0 0.6 0.61 136.63 0.71 0.23
Hex 11 64 28 53 0 3C 3D 89 47 17
Octal 21 144 50 123 0 74 75 211 107 27
Binary 10001 1100100 101000 1010011 0 111100 111101 10001001 1000111 10111

Color Harmonies of #116428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116428

Black with #116428

Text Example


Text Example

White with #116428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116428; }

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

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

background-color css

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

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

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

border-color css

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

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

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