#124324

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

Shades of Deep Fir #124324

Tints of Deep Fir #124324

Color information

#124324 (or 0x124324) is unknown color: approx Deep Fir. HEX triplet: 12, 43 and 24. RGB value is (18,67,36). Sum of RGB (Red+Green+Blue) = 18+67+36=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #124324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124324 is #EDBCDB. Grayscale: #303030. Windows color (decimal): -15580380 or 2376466. OLE color: 2376466.

HSL color Cylindrical-coordinate representation of color #124324: hue angle of 142.04º 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 #124324 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB186736-
CMYK0.7300.460.74
HSL142.04º57.65%16.67%-
HSV(B)142.04º73.13%26.27%-
XYZ2.584.272.36-
YUV48.82120.77106.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=14.88%
G=55.37%
B=29.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867360.7300.460.74142.0457.6516.67
Hex1243244902E4A8e3a11
Octal22103441110561122167221
Binary1001010000111001001001001010111010010101000111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124324; }

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

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

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

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

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

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

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

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