#154422

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

Shades of Deep Fir #154422

Tints of Deep Fir #154422

Color information

#154422 (or 0x154422) is unknown color: approx Deep Fir. HEX triplet: 15, 44 and 22. RGB value is (21,68,34). Sum of RGB (Red+Green+Blue) = 21+68+34=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #154422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154422 is #EABBDD. Grayscale: #323232. Windows color (decimal): -15383518 or 2245653. OLE color: 2245653.

HSL color Cylindrical-coordinate representation of color #154422: hue angle of 136.6º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154422 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB216834-
CMYK0.6900.500.73
HSL136.6º52.81%17.45%-
HSV(B)136.6º69.12%26.67%-
XYZ2.674.412.22-
YUV50.07118.93107.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=17.07%
G=55.28%
B=27.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168340.6900.500.73136.652.8117.45
Hex1544224503249893511
Octal25104421050621112116521
Binary1010110001001000101000101011001010010011000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154422; }

 p { color: rgb(21,68,34); }

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

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

 a { background-color: rgb(21,68,34); }

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

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

 span { border-color: rgb(21,68,34); }

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