Html Css Color HEX #155521 Crusoe

📋 copy color: '#155521'

red 21 ◦ green 85 ◦ blue 33

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

Shades of Crusoe #155521

Tints of Crusoe #155521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 61.15%

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

R = 15.11%
G = 61.15%
B = 23.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#155521 (or 0x155521) is known color: Crusoe. HEX triplet: 15, 55 and 21. RGB value is (21,85,33). Sum of RGB (Red+Green+Blue) = 21+85+33=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #155521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155521 is #EAAADE. Grayscale: #3C3C3C. Windows color (decimal): -15379167 or 2184469. OLE color: 2184469.

HSL color Cylindrical-coordinate representation of color #155521: hue angle of 131.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155521 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 21 85 33 -
CMYK 0.75 0 0.61 0.67
HSL 131.25º 0.6% 0.21% -
HSV(B) 131.25º 0.75% 0.33% -
XYZ 3.83 6.77 2.54 -
YUV 59.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 21 85 33 0.75 0 0.61 0.67 131.25 0.6 0.21
Hex 15 55 21 4B 0 3D 43 83 3C 15
Octal 25 125 41 113 0 75 103 203 74 25
Binary 10101 1010101 100001 1001011 0 111101 1000011 10000011 111100 10101

Color Harmonies of #155521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155521

Black with #155521

Text Example


Text Example

White with #155521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155521; }

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

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

background-color css

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

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

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

border-color css

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

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

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