#1A4524

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

Shades of Deep Fir #1A4524

Tints of Deep Fir #1A4524

Color information

#1A4524 (or 0x1A4524) is unknown color: approx Deep Fir. HEX triplet: 1A, 45 and 24. RGB value is (26,69,36). Sum of RGB (Red+Green+Blue) = 26+69+36=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #1A4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4524 is #E5BADB. Grayscale: #343434. Windows color (decimal): -15055580 or 2376986. OLE color: 2376986.

HSL color Cylindrical-coordinate representation of color #1A4524: hue angle of 133.95º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A4524 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB266936-
CMYK0.6200.480.73
HSL133.95º45.26%18.63%-
HSV(B)133.95º62.32%27.06%-
XYZ2.874.62.41-
YUV52.38118.75109.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.85%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=19.85%
G=52.67%
B=27.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2669360.6200.480.73133.9545.2618.63
Hex1A45243E03049862d13
Octal3210544760601112065523
Binary110101000101100100111110011000010010011000011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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