Html Css Color HEX #155620 Crusoe

📋 copy color: '#155620'

red 21 ◦ green 86 ◦ blue 32

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

Shades of Crusoe #155620

Tints of Crusoe #155620

RGB

 RED value IS 21 (8.59% from 255) = 15.11%

 GREEN value IS 86 (33.98% from 255) = 61.87%

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

R = 15.11%
G = 61.87%
B = 23.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#155620 (or 0x155620) is known color: Crusoe. HEX triplet: 15, 56 and 20. RGB value is (21,86,32). Sum of RGB (Red+Green+Blue) = 21+86+32=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #155620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155620 is #EAA9DF. Grayscale: #3C3C3C. Windows color (decimal): -15378912 or 2119189. OLE color: 2119189.

HSL color Cylindrical-coordinate representation of color #155620: hue angle of 130.15º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155620 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 86 32 -
CMYK 0.76 0 0.63 0.66
HSL 130.15º 0.61% 0.21% -
HSV(B) 130.15º 0.76% 0.34% -
XYZ 3.9 6.92 2.5 -
YUV 60.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 21 86 32 0.76 0 0.63 0.66 130.15 0.61 0.21
Hex 15 56 20 4C 0 3F 42 82 3D 15
Octal 25 126 40 114 0 77 102 202 75 25
Binary 10101 1010110 100000 1001100 0 111111 1000010 10000010 111101 10101

Color Harmonies of #155620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155620

Black with #155620

Text Example


Text Example

White with #155620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155620; }

 p { color: rgb(21,86,32); }

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

background-color css

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

 a { background-color: rgb(21,86,32); }

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

border-color css

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

 span { border-color: rgb(21,86,32); }

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