Html Css Color HEX #11521E Crusoe

📋 copy color: '#11521E'

red 17 ◦ green 82 ◦ blue 30

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

Shades of Crusoe #11521E

Tints of Crusoe #11521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 63.57%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 13.18%
G = 63.57%
B = 23.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#11521E (or 0x11521E) is known color: Crusoe. HEX triplet: 11, 52 and 1E. RGB value is (17,82,30). Sum of RGB (Red+Green+Blue) = 17+82+30=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #11521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11521E is #EEADE1. Grayscale: #383838. Windows color (decimal): -15642082 or 1987089. OLE color: 1987089.

HSL color Cylindrical-coordinate representation of color #11521E: hue angle of 132º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11521E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 82 30 -
CMYK 0.79 0 0.63 0.68
HSL 132º 0.66% 0.19% -
HSV(B) 132º 0.79% 0.32% -
XYZ 3.48 6.25 2.25 -
YUV 56.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 17 82 30 0.79 0 0.63 0.68 132 0.66 0.19
Hex 11 52 1E 4F 0 3F 44 84 42 13
Octal 21 122 36 117 0 77 104 204 102 23
Binary 10001 1010010 11110 1001111 0 111111 1000100 10000100 1000010 10011

Color Harmonies of #11521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11521E

Black with #11521E

Text Example


Text Example

White with #11521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11521E; }

 p { color: rgb(17,82,30); }

 H1.HeaderClassName
 {
   color: #11521E;
 }
 .AnyTagClassName
 {
   color: #11521E;
 }
</style>

background-color css

<style>
 a { background-color: #11521E; }

 a { background-color: rgb(17,82,30); }

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

border-color css

<style>
 span { border-color: #11521E; }

 span { border-color: rgb(17,82,30); }

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