#124724

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

Shades of Deep Fir #124724

Tints of Deep Fir #124724

Color information

#124724 (or 0x124724) is unknown color: approx Deep Fir. HEX triplet: 12, 47 and 24. RGB value is (18,71,36). Sum of RGB (Red+Green+Blue) = 18+71+36=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #124724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124724 is #EDB8DB. Grayscale: #333333. Windows color (decimal): -15579356 or 2377490. OLE color: 2377490.

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

Color convert

RGB187136-
CMYK0.7500.490.72
HSL140.38º59.55%17.45%-
HSV(B)140.38º74.65%27.84%-
XYZ2.824.762.44-
YUV51.16119.44104.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=14.4%
G=56.8%
B=28.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871360.7500.490.72140.3859.5517.45
Hex1247244B031488c3c11
Octal22107441130611102147421
Binary1001010001111001001001011011000110010001000110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124724; }

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

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

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

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

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

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

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

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