Html Css Color HEX #11592F Crusoe

📋 copy color: '#11592F'

red 17 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #11592F

Tints of Crusoe #11592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

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

R = 11.11%
G = 58.17%
B = 30.72%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#11592F (or 0x11592F) is known color: Crusoe. HEX triplet: 11, 59 and 2F. RGB value is (17,89,47). Sum of RGB (Red+Green+Blue) = 17+89+47=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #11592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11592F is #EEA6D0. Grayscale: #3E3E3E. Windows color (decimal): -15640273 or 3102993. OLE color: 3102993.

HSL color Cylindrical-coordinate representation of color #11592F: hue angle of 145º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11592F is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 89 47 -
CMYK 0.81 0 0.47 0.65
HSL 145º 0.68% 0.21% -
HSV(B) 145º 0.81% 0.35% -
XYZ 4.32 7.47 3.9 -
YUV 62.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 17 89 47 0.81 0 0.47 0.65 145 0.68 0.21
Hex 11 59 2F 51 0 2F 41 91 44 15
Octal 21 131 57 121 0 57 101 221 104 25
Binary 10001 1011001 101111 1010001 0 101111 1000001 10010001 1000100 10101

Color Harmonies of #11592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11592F

Black with #11592F

Text Example


Text Example

White with #11592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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