#15522C

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

Shades of Crusoe #15522C

Tints of Crusoe #15522C

Color information

#15522C (or 0x15522C) is unknown color: approx Crusoe. HEX triplet: 15, 52 and 2C. RGB value is (21,82,44). Sum of RGB (Red+Green+Blue) = 21+82+44=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #15522C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522C is #EAADD3. Grayscale: #3B3B3B. Windows color (decimal): -15379924 or 2904597. OLE color: 2904597.

HSL color Cylindrical-coordinate representation of color #15522C: hue angle of 142.62º 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 #15522C is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB218244-
CMYK0.7400.460.68
HSL142.62º59.22%20.2%-
HSV(B)142.62º74.39%32.16%-
XYZ3.786.383.41-
YUV59.43119.29100.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=14.29%
G=55.78%
B=29.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182440.7400.460.68142.6259.2220.2
Hex15522C4A02E448f3b14
Octal25122541120561042177324
Binary1010110100101011001001010010111010001001000111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15522C; }

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

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

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

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

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

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

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

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