Html Css Color HEX #11582B Crusoe

📋 copy color: '#11582B'

red 17 ◦ green 88 ◦ blue 43

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

Shades of Crusoe #11582B

Tints of Crusoe #11582B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 11.49%
G = 59.46%
B = 29.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#11582B (or 0x11582B) is known color: Crusoe. HEX triplet: 11, 58 and 2B. RGB value is (17,88,43). Sum of RGB (Red+Green+Blue) = 17+88+43=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #11582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11582B is #EEA7D4. Grayscale: #3D3D3D. Windows color (decimal): -15640533 or 2840593. OLE color: 2840593.

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

Color convert

RGB 17 88 43 -
CMYK 0.81 0 0.51 0.65
HSL 141.97º 0.68% 0.21% -
HSV(B) 141.97º 0.81% 0.35% -
XYZ 4.16 7.27 3.47 -
YUV 61.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 17 88 43 0.81 0 0.51 0.65 141.97 0.68 0.21
Hex 11 58 2B 51 0 33 41 8E 44 15
Octal 21 130 53 121 0 63 101 216 104 25
Binary 10001 1011000 101011 1010001 0 110011 1000001 10001110 1000100 10101

Color Harmonies of #11582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11582B

Black with #11582B

Text Example


Text Example

White with #11582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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