#15522F

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

Shades of Crusoe #15522F

Tints of Crusoe #15522F

Color information

#15522F (or 0x15522F) is unknown color: approx Crusoe. HEX triplet: 15, 52 and 2F. RGB value is (21,82,47). Sum of RGB (Red+Green+Blue) = 21+82+47=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #15522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522F is #EAADD0. Grayscale: #3B3B3B. Windows color (decimal): -15379921 or 3101205. OLE color: 3101205.

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

Color convert

RGB218247-
CMYK0.7400.430.68
HSL145.57º59.22%20.2%-
HSV(B)145.57º74.39%32.16%-
XYZ3.846.43.72-
YUV59.77120.79100.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 82 (32.42% from 255) = 54.67%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=14%
G=54.67%
B=31.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182470.7400.430.68145.5759.2220.2
Hex15522F4A02B44923b14
Octal25122571120531042227324
Binary1010110100101011111001010010101110001001001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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