Html Css Color HEX #11582C Crusoe

📋 copy color: '#11582C'

red 17 ◦ green 88 ◦ blue 44

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

Shades of Crusoe #11582C

Tints of Crusoe #11582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.06%

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 11.41%
G = 59.06%
B = 29.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#11582C (or 0x11582C) is known color: Crusoe. HEX triplet: 11, 58 and 2C. RGB value is (17,88,44). Sum of RGB (Red+Green+Blue) = 17+88+44=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #11582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11582C is #EEA7D3. Grayscale: #3D3D3D. Windows color (decimal): -15640532 or 2906129. OLE color: 2906129.

HSL color Cylindrical-coordinate representation of color #11582C: hue angle of 142.82º 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 #11582C is Cyan = 0.81, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 44 -
CMYK 0.81 0 0.5 0.65
HSL 142.82º 0.68% 0.21% -
HSV(B) 142.82º 0.81% 0.35% -
XYZ 4.18 7.28 3.57 -
YUV 61.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 17 88 44 0.81 0 0.5 0.65 142.82 0.68 0.21
Hex 11 58 2C 51 0 32 41 8F 44 15
Octal 21 130 54 121 0 62 101 217 104 25
Binary 10001 1011000 101100 1010001 0 110010 1000001 10001111 1000100 10101

Color Harmonies of #11582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11582C

Black with #11582C

Text Example


Text Example

White with #11582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,88,44); }

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

background-color css

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

 a { background-color: rgb(17,88,44); }

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

border-color css

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

 span { border-color: rgb(17,88,44); }

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