Html Css Color HEX #11571E Crusoe

📋 copy color: '#11571E'

red 17 ◦ green 87 ◦ blue 30

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

Shades of Crusoe #11571E

Tints of Crusoe #11571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 12.69%
G = 64.93%
B = 22.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#11571E (or 0x11571E) is known color: Crusoe. HEX triplet: 11, 57 and 1E. RGB value is (17,87,30). Sum of RGB (Red+Green+Blue) = 17+87+30=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #11571E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11571E is #EEA8E1. Grayscale: #3B3B3B. Windows color (decimal): -15640802 or 1988369. OLE color: 1988369.

HSL color Cylindrical-coordinate representation of color #11571E: hue angle of 131.14º 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 #11571E is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 87 30 -
CMYK 0.80 0 0.66 0.66
HSL 131.14º 0.67% 0.2% -
HSV(B) 131.14º 0.8% 0.34% -
XYZ 3.87 7.03 2.38 -
YUV 59.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 17 87 30 0.80 0 0.66 0.66 131.14 0.67 0.2
Hex 11 57 1E 50 0 42 42 83 43 14
Octal 21 127 36 120 0 102 102 203 103 24
Binary 10001 1010111 11110 1010000 0 1000010 1000010 10000011 1000011 10100

Color Harmonies of #11571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11571E

Black with #11571E

Text Example


Text Example

White with #11571E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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