#1A562A

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

Shades of Crusoe #1A562A

Tints of Crusoe #1A562A

Color information

#1A562A (or 0x1A562A) is unknown color: approx Crusoe. HEX triplet: 1A, 56 and 2A. RGB value is (26,86,42). Sum of RGB (Red+Green+Blue) = 26+86+42=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #1A562A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A562A is #E5A9D5. Grayscale: #3F3F3F. Windows color (decimal): -15051222 or 2774554. OLE color: 2774554.

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

Color convert

RGB268642-
CMYK0.7000.510.66
HSL136º53.57%21.96%-
HSV(B)136º69.77%33.73%-
XYZ4.177.043.33-
YUV63.04116.12101.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=16.88%
G=55.84%
B=27.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2686420.7000.510.6613653.5721.96
Hex1A562A4603342883616
Octal32126521060631022106626
Binary1101010101101010101000110011001110000101000100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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