#124124

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

Shades of Deep Fir #124124

Tints of Deep Fir #124124

Color information

#124124 (or 0x124124) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 24. RGB value is (18,65,36). Sum of RGB (Red+Green+Blue) = 18+65+36=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #124124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124124 is #EDBEDB. Grayscale: #2F2F2F. Windows color (decimal): -15580892 or 2375954. OLE color: 2375954.

HSL color Cylindrical-coordinate representation of color #124124: hue angle of 142.98º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124124 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB186536-
CMYK0.7200.450.75
HSL142.98º56.63%16.27%-
HSV(B)142.98º72.31%25.49%-
XYZ2.464.042.32-
YUV47.64121.43106.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=15.13%
G=54.62%
B=30.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865360.7200.450.75142.9856.6316.27
Hex1241244802D4B8f3910
Octal22101441100551132177120
Binary1001010000011001001001000010110110010111000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124124; }

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

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

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

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

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

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

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

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