#155522

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

Shades of Crusoe #155522

Tints of Crusoe #155522

Color information

#155522 (or 0x155522) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 22. RGB value is (21,85,34). Sum of RGB (Red+Green+Blue) = 21+85+34=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #155522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155522 is #EAAADD. Grayscale: #3C3C3C. Windows color (decimal): -15379166 or 2250005. OLE color: 2250005.

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

Color convert

RGB218534-
CMYK0.7500.600.67
HSL132.19º60.38%20.78%-
HSV(B)132.19º75.29%33.33%-
XYZ3.856.772.62-
YUV60.05113.3100.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 85 (33.59% from 255) = 60.71%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=15%
G=60.71%
B=24.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185340.7500.600.67132.1960.3820.78
Hex1555224B03C43843c15
Octal25125421130741032047425
Binary1010110101011000101001011011110010000111000010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155522; }

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

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

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

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

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

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

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

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