Html Css Color HEX #11501F Crusoe

📋 copy color: '#11501F'

red 17 ◦ green 80 ◦ blue 31

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

Shades of Crusoe #11501F

Tints of Crusoe #11501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.5%

 BLUE value IS 31 (12.5% from 255) = 24.22%

R = 13.28%
G = 62.5%
B = 24.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.69

RGB Variations

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

Color information

#11501F (or 0x11501F) is known color: Crusoe. HEX triplet: 11, 50 and 1F. RGB value is (17,80,31). Sum of RGB (Red+Green+Blue) = 17+80+31=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #11501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11501F is #EEAFE0. Grayscale: #373737. Windows color (decimal): -15642593 or 2052113. OLE color: 2052113.

HSL color Cylindrical-coordinate representation of color #11501F: hue angle of 133.33º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #11501F is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 80 31 -
CMYK 0.79 0 0.61 0.69
HSL 133.33º 0.65% 0.19% -
HSV(B) 133.33º 0.79% 0.31% -
XYZ 3.35 5.96 2.27 -
YUV 55.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 17 80 31 0.79 0 0.61 0.69 133.33 0.65 0.19
Hex 11 50 1F 4F 0 3D 45 85 41 13
Octal 21 120 37 117 0 75 105 205 101 23
Binary 10001 1010000 11111 1001111 0 111101 1000101 10000101 1000001 10011

Color Harmonies of #11501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11501F

Black with #11501F

Text Example


Text Example

White with #11501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,80,31); }

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

background-color css

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

 a { background-color: rgb(17,80,31); }

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

border-color css

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

 span { border-color: rgb(17,80,31); }

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