Html Css Color HEX #11572F Crusoe

📋 copy color: '#11572F'

red 17 ◦ green 87 ◦ blue 47

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

Shades of Crusoe #11572F

Tints of Crusoe #11572F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 11.26%
G = 57.62%
B = 31.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#11572F (or 0x11572F) is known color: Crusoe. HEX triplet: 11, 57 and 2F. RGB value is (17,87,47). Sum of RGB (Red+Green+Blue) = 17+87+47=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #11572F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11572F is #EEA8D0. Grayscale: #3D3D3D. Windows color (decimal): -15640785 or 3102481. OLE color: 3102481.

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

Color convert

RGB 17 87 47 -
CMYK 0.80 0 0.46 0.66
HSL 145.71º 0.67% 0.2% -
HSV(B) 145.71º 0.8% 0.34% -
XYZ 4.15 7.14 3.85 -
YUV 61.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 17 87 47 0.80 0 0.46 0.66 145.71 0.67 0.2
Hex 11 57 2F 50 0 2E 42 92 43 14
Octal 21 127 57 120 0 56 102 222 103 24
Binary 10001 1010111 101111 1010000 0 101110 1000010 10010010 1000011 10100

Color Harmonies of #11572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11572F

Black with #11572F

Text Example


Text Example

White with #11572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11572F; }

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

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

background-color css

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

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

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

border-color css

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

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

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