#1A522A

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

Shades of Crusoe #1A522A

Tints of Crusoe #1A522A

Color information

#1A522A (or 0x1A522A) is unknown color: approx Crusoe. HEX triplet: 1A, 52 and 2A. RGB value is (26,82,42). Sum of RGB (Red+Green+Blue) = 26+82+42=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #1A522A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A522A is #E5ADD5. Grayscale: #3C3C3C. Windows color (decimal): -15052246 or 2773530. OLE color: 2773530.

HSL color Cylindrical-coordinate representation of color #1A522A: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A522A is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB268242-
CMYK0.6800.490.68
HSL137.14º51.85%21.18%-
HSV(B)137.14º68.29%32.16%-
XYZ3.866.423.23-
YUV60.7117.45103.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.33%
GREEN value IS 82 (32.42% from 255) = 54.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=17.33%
G=54.67%
B=28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2682420.6800.490.68137.1451.8521.18
Hex1A522A4403144893415
Octal32122521040611042116425
Binary1101010100101010101000100011000110001001000100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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