#194D24

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

Shades of Deep Fir #194D24

Tints of Deep Fir #194D24

Color information

#194D24 (or 0x194D24) is unknown color: approx Deep Fir. HEX triplet: 19, 4D and 24. RGB value is (25,77,36). Sum of RGB (Red+Green+Blue) = 25+77+36=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #194D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D24 is #E6B2DB. Grayscale: #383838. Windows color (decimal): -15119068 or 2379033. OLE color: 2379033.

HSL color Cylindrical-coordinate representation of color #194D24: hue angle of 132.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D24 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB257736-
CMYK0.6800.530.70
HSL132.69º50.98%20%-
HSV(B)132.69º67.53%30.2%-
XYZ3.375.642.58-
YUV56.78116.27105.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 77 (30.47% from 255) = 55.80%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=18.12%
G=55.80%
B=26.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577360.6800.530.70132.6950.9820
Hex194D244403546853314
Octal31115441040651062056324
Binary1100110011011001001000100011010110001101000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D24; }

 p { color: rgb(25,77,36); }

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

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

 a { background-color: rgb(25,77,36); }

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

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

 span { border-color: rgb(25,77,36); }

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