#1A5525

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

Shades of Crusoe #1A5525

Tints of Crusoe #1A5525

Color information

#1A5525 (or 0x1A5525) is unknown color: approx Crusoe. HEX triplet: 1A, 55 and 25. RGB value is (26,85,37). Sum of RGB (Red+Green+Blue) = 26+85+37=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #1A5525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5525 is #E5AADA. Grayscale: #3E3E3E. Windows color (decimal): -15051483 or 2446618. OLE color: 2446618.

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

Color convert

RGB268537-
CMYK0.6900.560.67
HSL131.19º53.15%21.76%-
HSV(B)131.19º69.41%33.33%-
XYZ4.016.852.86-
YUV61.89113.95102.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 37 (14.84% from 255) = 25%
R=17.57%
G=57.43%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2685370.6900.560.67131.1953.1521.76
Hex1A55254503843833516
Octal32125451050701032036526
Binary1101010101011001011000101011100010000111000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,85,37); }

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

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

 a { background-color: rgb(26,85,37); }

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

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

 span { border-color: rgb(26,85,37); }

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