#124322

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

Shades of Deep Fir #124322

Tints of Deep Fir #124322

Color information

#124322 (or 0x124322) is unknown color: approx Deep Fir. HEX triplet: 12, 43 and 22. RGB value is (18,67,34). Sum of RGB (Red+Green+Blue) = 18+67+34=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #124322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124322 is #EDBCDD. Grayscale: #303030. Windows color (decimal): -15580382 or 2245394. OLE color: 2245394.

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

Color convert

RGB186734-
CMYK0.7300.490.74
HSL139.59º57.65%16.67%-
HSV(B)139.59º73.13%26.27%-
XYZ2.554.262.2-
YUV48.59119.77106.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=15.13%
G=56.30%
B=28.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867340.7300.490.74139.5957.6516.67
Hex124322490314A8c3a11
Octal22103421110611122147221
Binary1001010000111000101001001011000110010101000110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124322; }

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

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

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

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

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

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

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

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