#155521

Color #155521 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #155521

Tints of Crusoe #155521

Color information

#155521 (or 0x155521) is unknown color: approx 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

RGB218533-
CMYK0.7500.610.67
HSL131.25º60.38%20.78%-
HSV(B)131.25º75.29%33.33%-
XYZ3.836.772.54-
YUV59.94112.8100.23-

RGB Variations

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

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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185330.7500.610.67131.2560.3820.78
Hex1555214B03D43833c15
Octal25125411130751032037425
Binary1010110101011000011001011011110110000111000001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>