#124422

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

Shades of Deep Fir #124422

Tints of Deep Fir #124422

Color information

#124422 (or 0x124422) is unknown color: approx Deep Fir. HEX triplet: 12, 44 and 22. RGB value is (18,68,34). Sum of RGB (Red+Green+Blue) = 18+68+34=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #124422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124422 is #EDBBDD. Grayscale: #313131. Windows color (decimal): -15580126 or 2245650. OLE color: 2245650.

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

Color convert

RGB186834-
CMYK0.7400.500.73
HSL139.2º58.14%16.86%-
HSV(B)139.2º73.53%26.67%-
XYZ2.614.382.22-
YUV49.17119.44105.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=15%
G=56.67%
B=28.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868340.7400.500.73139.258.1416.86
Hex1244224A032498b3a11
Octal22104421120621112137221
Binary1001010001001000101001010011001010010011000101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124422; }

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

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

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

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

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

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

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

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