#124820

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

Shades of Deep Fir #124820

Tints of Deep Fir #124820

Color information

#124820 (or 0x124820) is unknown color: approx Deep Fir. HEX triplet: 12, 48 and 20. RGB value is (18,72,32). Sum of RGB (Red+Green+Blue) = 18+72+32=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #124820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124820 is #EDB7DF. Grayscale: #333333. Windows color (decimal): -15579104 or 2115602. OLE color: 2115602.

HSL color Cylindrical-coordinate representation of color #124820: hue angle of 135.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124820 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB187232-
CMYK0.7500.560.72
HSL135.56º60%17.65%-
HSV(B)135.56º75%28.24%-
XYZ2.834.872.16-
YUV51.29117.11104.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 72 (28.52% from 255) = 59.02%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=14.75%
G=59.02%
B=26.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872320.7500.560.72135.566017.65
Hex1248204B03848883c12
Octal22110401130701102107422
Binary1001010010001000001001011011100010010001000100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124820; }

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

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

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

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

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

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

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

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