#15562B

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

Shades of Crusoe #15562B

Tints of Crusoe #15562B

Color information

#15562B (or 0x15562B) is unknown color: approx Crusoe. HEX triplet: 15, 56 and 2B. RGB value is (21,86,43). Sum of RGB (Red+Green+Blue) = 21+86+43=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #15562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15562B is #EAA9D4. Grayscale: #3D3D3D. Windows color (decimal): -15378901 or 2840085. OLE color: 2840085.

HSL color Cylindrical-coordinate representation of color #15562B: hue angle of 140.31º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #15562B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB218643-
CMYK0.7600.500.66
HSL140.31º60.75%20.98%-
HSV(B)140.31º75.58%33.73%-
XYZ4.076.993.42-
YUV61.66117.4799-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 43 (17.19% from 255) = 28.67%
R=14%
G=57.33%
B=28.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186430.7600.500.66140.3160.7520.98
Hex15562B4C032428c3d15
Octal25126531140621022147525
Binary1010110101101010111001100011001010000101000110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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