#124119

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

Shades of Deep Fir #124119

Tints of Deep Fir #124119

Color information

#124119 (or 0x124119) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 19. RGB value is (18,65,25). Sum of RGB (Red+Green+Blue) = 18+65+25=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #124119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124119 is #EDBEE6. Grayscale: #2E2E2E. Windows color (decimal): -15580903 or 1655058. OLE color: 1655058.

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

Color convert

RGB186525-
CMYK0.7200.620.75
HSL128.94º56.63%16.27%-
HSV(B)128.94º72.31%25.49%-
XYZ2.323.981.57-
YUV46.39115.93107.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 65 (25.78% from 255) = 60.19%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=16.67%
G=60.19%
B=23.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865250.7200.620.75128.9456.6316.27
Hex1241194803E4B813910
Octal22101311100761132017120
Binary100101000001110011001000011111010010111000000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124119; }

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

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

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

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

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

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

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

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