Html Css Color HEX #11571C Crusoe

📋 copy color: '#11571C'

red 17 ◦ green 87 ◦ blue 28

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

Shades of Crusoe #11571C

Tints of Crusoe #11571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 65.91%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 12.88%
G = 65.91%
B = 21.21%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#11571C (or 0x11571C) is known color: Crusoe. HEX triplet: 11, 57 and 1C. RGB value is (17,87,28). Sum of RGB (Red+Green+Blue) = 17+87+28=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 87 (34.38% from 255 or 65.91% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 87 - color contains mainly: green. Hex color #11571C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11571C is #EEA8E3. Grayscale: #3B3B3B. Windows color (decimal): -15640804 or 1857297. OLE color: 1857297.

HSL color Cylindrical-coordinate representation of color #11571C: hue angle of 129.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11571C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 87 28 -
CMYK 0.80 0 0.68 0.66
HSL 129.43º 0.67% 0.2% -
HSV(B) 129.43º 0.8% 0.34% -
XYZ 3.85 7.02 2.25 -
YUV 59.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 17 87 28 0.80 0 0.68 0.66 129.43 0.67 0.2
Hex 11 57 1C 50 0 44 42 81 43 14
Octal 21 127 34 120 0 104 102 201 103 24
Binary 10001 1010111 11100 1010000 0 1000100 1000010 10000001 1000011 10100

Color Harmonies of #11571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11571C

Black with #11571C

Text Example


Text Example

White with #11571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11571C; }

 p { color: rgb(17,87,28); }

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

background-color css

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

 a { background-color: rgb(17,87,28); }

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

border-color css

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

 span { border-color: rgb(17,87,28); }

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