#124824

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

Shades of Deep Fir #124824

Tints of Deep Fir #124824

Color information

#124824 (or 0x124824) is unknown color: approx Deep Fir. HEX triplet: 12, 48 and 24. RGB value is (18,72,36). Sum of RGB (Red+Green+Blue) = 18+72+36=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #124824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124824 is #EDB7DB. Grayscale: #333333. Windows color (decimal): -15579100 or 2377746. OLE color: 2377746.

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

Color convert

RGB187236-
CMYK0.7500.50.72
HSL140º60%17.65%-
HSV(B)140º75%28.24%-
XYZ2.894.892.46-
YUV51.75119.11103.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 72 (28.52% from 255) = 57.14%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=14.29%
G=57.14%
B=28.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872360.7500.50.721406017.65
Hex1248244B032488c3c12
Octal22110441130621102147422
Binary1001010010001001001001011011001010010001000110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124824; }

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

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

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

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

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

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

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

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