Html Css Color HEX #11511E Crusoe

📋 copy color: '#11511E'

red 17 ◦ green 81 ◦ blue 30

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

Shades of Crusoe #11511E

Tints of Crusoe #11511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 63.28%

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

R = 13.28%
G = 63.28%
B = 23.44%

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

#11511E (or 0x11511E) is known color: Crusoe. HEX triplet: 11, 51 and 1E. RGB value is (17,81,30). Sum of RGB (Red+Green+Blue) = 17+81+30=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #11511E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11511E is #EEAEE1. Grayscale: #383838. Windows color (decimal): -15642338 or 1986833. OLE color: 1986833.

HSL color Cylindrical-coordinate representation of color #11511E: hue angle of 132.19º degrees, saturation: 0.65, 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 #11511E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 30 -
CMYK 0.79 0 0.63 0.68
HSL 132.19º 0.65% 0.19% -
HSV(B) 132.19º 0.79% 0.32% -
XYZ 3.41 6.1 2.23 -
YUV 56.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 17 81 30 0.79 0 0.63 0.68 132.19 0.65 0.19
Hex 11 51 1E 4F 0 3F 44 84 41 13
Octal 21 121 36 117 0 77 104 204 101 23
Binary 10001 1010001 11110 1001111 0 111111 1000100 10000100 1000001 10011

Color Harmonies of #11511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11511E

Black with #11511E

Text Example


Text Example

White with #11511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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