#124019

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

Shades of Deep Fir #124019

Tints of Deep Fir #124019

Color information

#124019 (or 0x124019) is unknown color: approx Deep Fir. HEX triplet: 12, 40 and 19. RGB value is (18,64,25). Sum of RGB (Red+Green+Blue) = 18+64+25=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #124019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124019 is #EDBFE6. Grayscale: #2D2D2D. Windows color (decimal): -15581159 or 1654802. OLE color: 1654802.

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

Color convert

RGB186425-
CMYK0.7200.610.75
HSL129.13º56.1%16.08%-
HSV(B)129.13º71.88%25.1%-
XYZ2.263.871.55-
YUV45.8116.26108.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=16.82%
G=59.81%
B=23.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864250.7200.610.75129.1356.116.08
Hex1240194803D4B813810
Octal22100311100751132017020
Binary100101000000110011001000011110110010111000000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124019; }

 p { color: rgb(18,64,25); }

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

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

 a { background-color: rgb(18,64,25); }

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

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

 span { border-color: rgb(18,64,25); }

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