#1A5425

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

Shades of Crusoe #1A5425

Tints of Crusoe #1A5425

Color information

#1A5425 (or 0x1A5425) is unknown color: approx Crusoe. HEX triplet: 1A, 54 and 25. RGB value is (26,84,37). Sum of RGB (Red+Green+Blue) = 26+84+37=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5425 is #E5ABDA. Grayscale: #3D3D3D. Windows color (decimal): -15051739 or 2446362. OLE color: 2446362.

HSL color Cylindrical-coordinate representation of color #1A5425: hue angle of 131.38º 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 #1A5425 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB268437-
CMYK0.6900.560.67
HSL131.38º52.73%21.57%-
HSV(B)131.38º69.05%32.94%-
XYZ3.936.692.84-
YUV61.3114.28102.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.69%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=17.69%
G=57.14%
B=25.17%

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
Decimal2684370.6900.560.67131.3852.7321.57
Hex1A54254503843833516
Octal32124451050701032036526
Binary1101010101001001011000101011100010000111000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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