Html Css Color HEX #155221 Crusoe

📋 copy color: '#155221'

red 21 ◦ green 82 ◦ blue 33

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

Shades of Crusoe #155221

Tints of Crusoe #155221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 15.44%
G = 60.29%
B = 24.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#155221 (or 0x155221) is known color: Crusoe. HEX triplet: 15, 52 and 21. RGB value is (21,82,33). Sum of RGB (Red+Green+Blue) = 21+82+33=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #155221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155221 is #EAADDE. Grayscale: #3A3A3A. Windows color (decimal): -15379935 or 2183701. OLE color: 2183701.

HSL color Cylindrical-coordinate representation of color #155221: hue angle of 131.8º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155221 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 82 33 -
CMYK 0.74 0 0.60 0.68
HSL 131.8º 0.59% 0.2% -
HSV(B) 131.8º 0.74% 0.32% -
XYZ 3.6 6.3 2.47 -
YUV 58.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 21 82 33 0.74 0 0.60 0.68 131.8 0.59 0.2
Hex 15 52 21 4A 0 3C 44 84 3B 14
Octal 25 122 41 112 0 74 104 204 73 24
Binary 10101 1010010 100001 1001010 0 111100 1000100 10000100 111011 10100

Color Harmonies of #155221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155221

Black with #155221

Text Example


Text Example

White with #155221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155221; }

 p { color: rgb(21,82,33); }

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

background-color css

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

 a { background-color: rgb(21,82,33); }

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

border-color css

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

 span { border-color: rgb(21,82,33); }

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