#15502B

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

Shades of Crusoe #15502B

Tints of Crusoe #15502B

Color information

#15502B (or 0x15502B) is unknown color: approx Crusoe. HEX triplet: 15, 50 and 2B. RGB value is (21,80,43). Sum of RGB (Red+Green+Blue) = 21+80+43=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #15502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15502B is #EAAFD4. Grayscale: #3A3A3A. Windows color (decimal): -15380437 or 2838549. OLE color: 2838549.

HSL color Cylindrical-coordinate representation of color #15502B: hue angle of 142.37º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15502B is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB218043-
CMYK0.7400.460.69
HSL142.37º58.42%19.8%-
HSV(B)142.37º73.75%31.37%-
XYZ3.616.073.27-
YUV58.14119.45101.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 80 (31.64% from 255) = 55.56%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=14.58%
G=55.56%
B=29.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180430.7400.460.69142.3758.4219.8
Hex15502B4A02E458e3a14
Octal25120531120561052167224
Binary1010110100001010111001010010111010001011000111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15502B; }

 p { color: rgb(21,80,43); }

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

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

 a { background-color: rgb(21,80,43); }

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

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

 span { border-color: rgb(21,80,43); }

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