#15522A

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

Shades of Crusoe #15522A

Tints of Crusoe #15522A

Color information

#15522A (or 0x15522A) is unknown color: approx Crusoe. HEX triplet: 15, 52 and 2A. RGB value is (21,82,42). Sum of RGB (Red+Green+Blue) = 21+82+42=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 82 (32.42% from 255 or 56.55% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 82 - color contains mainly: green. Hex color #15522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15522A is #EAADD5. Grayscale: #3B3B3B. Windows color (decimal): -15379926 or 2773525. OLE color: 2773525.

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

Color convert

RGB218242-
CMYK0.7400.490.68
HSL140.66º59.22%20.2%-
HSV(B)140.66º74.39%32.16%-
XYZ3.746.363.22-
YUV59.2118.29100.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 82 (32.42% from 255) = 56.55%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=14.48%
G=56.55%
B=28.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2182420.7400.490.68140.6659.2220.2
Hex15522A4A031448d3b14
Octal25122521120611042157324
Binary1010110100101010101001010011000110001001000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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