Html Css Color HEX #11532F Crusoe

📋 copy color: '#11532F'

red 17 ◦ green 83 ◦ blue 47

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

Shades of Crusoe #11532F

Tints of Crusoe #11532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 56.46%

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

R = 11.56%
G = 56.46%
B = 31.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#11532F (or 0x11532F) is known color: Crusoe. HEX triplet: 11, 53 and 2F. RGB value is (17,83,47). Sum of RGB (Red+Green+Blue) = 17+83+47=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #11532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11532F is #EEACD0. Grayscale: #3B3B3B. Windows color (decimal): -15641809 or 3101457. OLE color: 3101457.

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

Color convert

RGB 17 83 47 -
CMYK 0.80 0 0.43 0.67
HSL 147.27º 0.66% 0.2% -
HSV(B) 147.27º 0.8% 0.33% -
XYZ 3.84 6.51 3.74 -
YUV 59.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 17 83 47 0.80 0 0.43 0.67 147.27 0.66 0.2
Hex 11 53 2F 50 0 2B 43 93 42 14
Octal 21 123 57 120 0 53 103 223 102 24
Binary 10001 1010011 101111 1010000 0 101011 1000011 10010011 1000010 10100

Color Harmonies of #11532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11532F

Black with #11532F

Text Example


Text Example

White with #11532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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