#154626

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

Shades of Deep Fir #154626

Tints of Deep Fir #154626

Color information

#154626 (or 0x154626) is unknown color: approx Deep Fir. HEX triplet: 15, 46 and 26. RGB value is (21,70,38). Sum of RGB (Red+Green+Blue) = 21+70+38=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #154626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154626 is #EAB9D9. Grayscale: #333333. Windows color (decimal): -15383002 or 2508309. OLE color: 2508309.

HSL color Cylindrical-coordinate representation of color #154626: hue angle of 140.82º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154626 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB217038-
CMYK0.7000.460.73
HSL140.82º53.85%17.84%-
HSV(B)140.82º70%27.45%-
XYZ2.854.682.59-
YUV51.7120.27106.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=16.28%
G=54.26%
B=29.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2170380.7000.460.73140.8253.8517.84
Hex1546264602E498d3612
Octal25106461060561112156622
Binary1010110001101001101000110010111010010011000110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154626; }

 p { color: rgb(21,70,38); }

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

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

 a { background-color: rgb(21,70,38); }

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

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

 span { border-color: rgb(21,70,38); }

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