#155520

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

Shades of Crusoe #155520

Tints of Crusoe #155520

Color information

#155520 (or 0x155520) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 20. RGB value is (21,85,32). Sum of RGB (Red+Green+Blue) = 21+85+32=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #155520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155520 is #EAAADF. Grayscale: #3B3B3B. Windows color (decimal): -15379168 or 2118933. OLE color: 2118933.

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

Color convert

RGB218532-
CMYK0.7500.620.67
HSL130.31º60.38%20.78%-
HSV(B)130.31º75.29%33.33%-
XYZ3.826.762.47-
YUV59.82112.3100.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=15.22%
G=61.59%
B=23.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185320.7500.620.67130.3160.3820.78
Hex1555204B03E43823c15
Octal25125401130761032027425
Binary1010110101011000001001011011111010000111000001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155520; }

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

 H1.HeaderClassName
 {
   color: #155520;
 }
 .AnyTagClassName
 {
   color: #155520;
 }
</style>
background-color css

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

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

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

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

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

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