#1A4426

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

Shades of Deep Fir #1A4426

Tints of Deep Fir #1A4426

Color information

#1A4426 (or 0x1A4426) is unknown color: approx Deep Fir. HEX triplet: 1A, 44 and 26. RGB value is (26,68,38). Sum of RGB (Red+Green+Blue) = 26+68+38=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #1A4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4426 is #E5BBD9. Grayscale: #343434. Windows color (decimal): -15055834 or 2507802. OLE color: 2507802.

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

Color convert

RGB266838-
CMYK0.6200.440.73
HSL137.14º44.68%18.43%-
HSV(B)137.14º61.76%26.67%-
XYZ2.844.492.55-
YUV52.02120.09109.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=19.70%
G=51.52%
B=28.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2668380.6200.440.73137.1444.6818.43
Hex1A44263E02C49892d12
Octal3210446760541112115522
Binary110101000100100110111110010110010010011000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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