Html Css Color HEX #11552B Crusoe

📋 copy color: '#11552B'

red 17 ◦ green 85 ◦ blue 43

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

Shades of Crusoe #11552B

Tints of Crusoe #11552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.62%

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

R = 11.72%
G = 58.62%
B = 29.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#11552B (or 0x11552B) is known color: Crusoe. HEX triplet: 11, 55 and 2B. RGB value is (17,85,43). Sum of RGB (Red+Green+Blue) = 17+85+43=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #11552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11552B is #EEAAD4. Grayscale: #3B3B3B. Windows color (decimal): -15641301 or 2839825. OLE color: 2839825.

HSL color Cylindrical-coordinate representation of color #11552B: hue angle of 142.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11552B is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 43 -
CMYK 0.80 0 0.49 0.67
HSL 142.94º 0.67% 0.2% -
HSV(B) 142.94º 0.8% 0.33% -
XYZ 3.92 6.79 3.39 -
YUV 59.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 17 85 43 0.80 0 0.49 0.67 142.94 0.67 0.2
Hex 11 55 2B 50 0 31 43 8F 43 14
Octal 21 125 53 120 0 61 103 217 103 24
Binary 10001 1010101 101011 1010000 0 110001 1000011 10001111 1000011 10100

Color Harmonies of #11552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11552B

Black with #11552B

Text Example


Text Example

White with #11552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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