#1A562D

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

Shades of Crusoe #1A562D

Tints of Crusoe #1A562D

Color information

#1A562D (or 0x1A562D) is unknown color: approx Crusoe. HEX triplet: 1A, 56 and 2D. RGB value is (26,86,45). Sum of RGB (Red+Green+Blue) = 26+86+45=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #1A562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A562D is #E5A9D2. Grayscale: #3F3F3F. Windows color (decimal): -15051219 or 2971162. OLE color: 2971162.

HSL color Cylindrical-coordinate representation of color #1A562D: hue angle of 139º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A562D is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB268645-
CMYK0.7000.480.66
HSL139º53.57%21.96%-
HSV(B)139º69.77%33.73%-
XYZ4.237.063.62-
YUV63.39117.62101.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=16.56%
G=54.78%
B=28.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2686450.7000.480.6613953.5721.96
Hex1A562D46030428b3616
Octal32126551060601022136626
Binary1101010101101011011000110011000010000101000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A562D; }

 p { color: rgb(26,86,45); }

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

<style>
 a { background-color: #1A562D; }

 a { background-color: rgb(26,86,45); }

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

<style>
 span { border-color: #1A562D; }

 span { border-color: rgb(26,86,45); }

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