#1A572D

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

Shades of Crusoe #1A572D

Tints of Crusoe #1A572D

Color information

#1A572D (or 0x1A572D) is unknown color: approx Crusoe. HEX triplet: 1A, 57 and 2D. RGB value is (26,87,45). Sum of RGB (Red+Green+Blue) = 26+87+45=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #1A572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A572D is #E5A8D2. Grayscale: #404040. Windows color (decimal): -15050963 or 2971418. OLE color: 2971418.

HSL color Cylindrical-coordinate representation of color #1A572D: hue angle of 138.69º 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 #1A572D is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB268745-
CMYK0.7000.480.66
HSL138.69º53.98%22.16%-
HSV(B)138.69º70.11%34.12%-
XYZ4.317.233.65-
YUV63.97117.29100.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=16.46%
G=55.06%
B=28.48%

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
Decimal2687450.7000.480.66138.6953.9822.16
Hex1A572D46030428b3616
Octal32127551060601022136626
Binary1101010101111011011000110011000010000101000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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