Html Css Color HEX #115420 Crusoe

📋 copy color: '#115420'

red 17 ◦ green 84 ◦ blue 32

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

Shades of Crusoe #115420

Tints of Crusoe #115420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 63.16%

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 12.78%
G = 63.16%
B = 24.06%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#115420 (or 0x115420) is known color: Crusoe. HEX triplet: 11, 54 and 20. RGB value is (17,84,32). Sum of RGB (Red+Green+Blue) = 17+84+32=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #115420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115420 is #EEABDF. Grayscale: #3A3A3A. Windows color (decimal): -15641568 or 2118673. OLE color: 2118673.

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

Color convert

RGB 17 84 32 -
CMYK 0.80 0 0.62 0.67
HSL 133.43º 0.66% 0.2% -
HSV(B) 133.43º 0.8% 0.33% -
XYZ 3.66 6.56 2.44 -
YUV 58.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 17 84 32 0.80 0 0.62 0.67 133.43 0.66 0.2
Hex 11 54 20 50 0 3E 43 85 42 14
Octal 21 124 40 120 0 76 103 205 102 24
Binary 10001 1010100 100000 1010000 0 111110 1000011 10000101 1000010 10100

Color Harmonies of #115420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115420

Black with #115420

Text Example


Text Example

White with #115420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115420; }

 p { color: rgb(17,84,32); }

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

background-color css

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

 a { background-color: rgb(17,84,32); }

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

border-color css

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

 span { border-color: rgb(17,84,32); }

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