Html Css Color HEX #11531D Crusoe

📋 copy color: '#11531D'

red 17 ◦ green 83 ◦ blue 29

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

Shades of Crusoe #11531D

Tints of Crusoe #11531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 13.18%
G = 64.34%
B = 22.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#11531D (or 0x11531D) is known color: Crusoe. HEX triplet: 11, 53 and 1D. RGB value is (17,83,29). Sum of RGB (Red+Green+Blue) = 17+83+29=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #11531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11531D is #EEACE2. Grayscale: #393939. Windows color (decimal): -15641827 or 1921809. OLE color: 1921809.

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

Color convert

RGB 17 83 29 -
CMYK 0.80 0 0.65 0.67
HSL 130.91º 0.66% 0.2% -
HSV(B) 130.91º 0.8% 0.33% -
XYZ 3.55 6.39 2.21 -
YUV 57.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 17 83 29 0.80 0 0.65 0.67 130.91 0.66 0.2
Hex 11 53 1D 50 0 41 43 83 42 14
Octal 21 123 35 120 0 101 103 203 102 24
Binary 10001 1010011 11101 1010000 0 1000001 1000011 10000011 1000010 10100

Color Harmonies of #11531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11531D

Black with #11531D

Text Example


Text Example

White with #11531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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