#15532A

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

Shades of Crusoe #15532A

Tints of Crusoe #15532A

Color information

#15532A (or 0x15532A) is unknown color: approx Crusoe. HEX triplet: 15, 53 and 2A. RGB value is (21,83,42). Sum of RGB (Red+Green+Blue) = 21+83+42=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #15532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15532A is #EAACD5. Grayscale: #3B3B3B. Windows color (decimal): -15379670 or 2773781. OLE color: 2773781.

HSL color Cylindrical-coordinate representation of color #15532A: hue angle of 140.32º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15532A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB218342-
CMYK0.7500.490.67
HSL140.32º59.62%20.39%-
HSV(B)140.32º74.7%32.55%-
XYZ3.826.513.25-
YUV59.79117.96100.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=14.38%
G=56.85%
B=28.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183420.7500.490.67140.3259.6220.39
Hex15532A4B031438c3c14
Octal25123521130611032147424
Binary1010110100111010101001011011000110000111000110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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