#1A5326

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

Shades of Crusoe #1A5326

Tints of Crusoe #1A5326

Color information

#1A5326 (or 0x1A5326) is unknown color: approx Crusoe. HEX triplet: 1A, 53 and 26. RGB value is (26,83,38). Sum of RGB (Red+Green+Blue) = 26+83+38=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 83 (32.81% from 255 or 56.46% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 83 - color contains mainly: green. Hex color #1A5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5326 is #E5ACD9. Grayscale: #3C3C3C. Windows color (decimal): -15051994 or 2511642. OLE color: 2511642.

HSL color Cylindrical-coordinate representation of color #1A5326: hue angle of 132.63º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5326 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB268338-
CMYK0.6900.540.67
HSL132.63º52.29%21.37%-
HSV(B)132.63º68.67%32.55%-
XYZ3.876.552.89-
YUV60.83115.12103.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 83 (32.81% from 255) = 56.46%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=17.69%
G=56.46%
B=25.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2683380.6900.540.67132.6352.2921.37
Hex1A53264503643853415
Octal32123461050661032056425
Binary1101010100111001101000101011011010000111000010111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,83,38); }

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

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

 a { background-color: rgb(26,83,38); }

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

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

 span { border-color: rgb(26,83,38); }

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