#124120

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

Shades of Deep Fir #124120

Tints of Deep Fir #124120

Color information

#124120 (or 0x124120) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 20. RGB value is (18,65,32). Sum of RGB (Red+Green+Blue) = 18+65+32=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #124120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124120 is #EDBEDF. Grayscale: #2F2F2F. Windows color (decimal): -15580896 or 2113810. OLE color: 2113810.

HSL color Cylindrical-coordinate representation of color #124120: hue angle of 137.87º 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 #124120 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB186532-
CMYK0.7200.510.75
HSL137.87º56.63%16.27%-
HSV(B)137.87º72.31%25.49%-
XYZ2.44.012.01-
YUV47.18119.43107.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=15.65%
G=56.52%
B=27.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865320.7200.510.75137.8756.6316.27
Hex124120480334B8a3910
Octal22101401100631132127120
Binary1001010000011000001001000011001110010111000101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124120; }

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

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

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

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

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

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

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

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