#1A5424

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

Shades of Crusoe #1A5424

Tints of Crusoe #1A5424

Color information

#1A5424 (or 0x1A5424) is unknown color: approx Crusoe. HEX triplet: 1A, 54 and 24. RGB value is (26,84,36). Sum of RGB (Red+Green+Blue) = 26+84+36=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5424 is #E5ABDB. Grayscale: #3D3D3D. Windows color (decimal): -15051740 or 2380826. OLE color: 2380826.

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

Color convert

RGB268436-
CMYK0.6900.570.67
HSL130.34º52.73%21.57%-
HSV(B)130.34º69.05%32.94%-
XYZ3.916.692.75-
YUV61.19113.78102.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=17.81%
G=57.53%
B=24.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2684360.6900.570.67130.3452.7321.57
Hex1A54244503943823516
Octal32124441050711032026526
Binary1101010101001001001000101011100110000111000001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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