Html Css Color HEX #11531F Crusoe

📋 copy color: '#11531F'

red 17 ◦ green 83 ◦ blue 31

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

Shades of Crusoe #11531F

Tints of Crusoe #11531F

RGB

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

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

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

R = 12.98%
G = 63.36%
B = 23.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#11531F (or 0x11531F) is known color: Crusoe. HEX triplet: 11, 53 and 1F. RGB value is (17,83,31). Sum of RGB (Red+Green+Blue) = 17+83+31=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 83 (32.81% from 255 or 63.36% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 83 - color contains mainly: green. Hex color #11531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11531F is #EEACE0. Grayscale: #393939. Windows color (decimal): -15641825 or 2052881. OLE color: 2052881.

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

Color convert

RGB 17 83 31 -
CMYK 0.80 0 0.63 0.67
HSL 132.73º 0.66% 0.2% -
HSV(B) 132.73º 0.8% 0.33% -
XYZ 3.57 6.4 2.34 -
YUV 57.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 17 83 31 0.80 0 0.63 0.67 132.73 0.66 0.2
Hex 11 53 1F 50 0 3F 43 85 42 14
Octal 21 123 37 120 0 77 103 205 102 24
Binary 10001 1010011 11111 1010000 0 111111 1000011 10000101 1000010 10100

Color Harmonies of #11531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11531F

Black with #11531F

Text Example


Text Example

White with #11531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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