Html Css Color HEX #116728 Crusoe

📋 copy color: '#116728'

red 17 ◦ green 103 ◦ blue 40

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

Shades of Crusoe #116728

Tints of Crusoe #116728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 64.38%

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

R = 10.63%
G = 64.38%
B = 25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#116728 (or 0x116728) is known color: Crusoe. HEX triplet: 11, 67 and 28. RGB value is (17,103,40). Sum of RGB (Red+Green+Blue) = 17+103+40=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #116728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116728 is #EE98D7. Grayscale: #464646. Windows color (decimal): -15636696 or 2647825. OLE color: 2647825.

HSL color Cylindrical-coordinate representation of color #116728: hue angle of 136.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116728 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 103 40 -
CMYK 0.83 0 0.61 0.60
HSL 136.05º 0.72% 0.24% -
HSV(B) 136.05º 0.83% 0.4% -
XYZ 5.46 9.97 3.64 -
YUV 70.1 111.01 90.12 -
System Red Green Blue C M Y K H S L
Decimal 17 103 40 0.83 0 0.61 0.60 136.05 0.72 0.24
Hex 11 67 28 53 0 3D 3C 88 48 18
Octal 21 147 50 123 0 75 74 210 110 30
Binary 10001 1100111 101000 1010011 0 111101 111100 10001000 1001000 11000

Color Harmonies of #116728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116728

Black with #116728

Text Example


Text Example

White with #116728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116728; }

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

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

background-color css

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

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

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

border-color css

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

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

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