#194C24

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

Shades of Deep Fir #194C24

Tints of Deep Fir #194C24

Color information

#194C24 (or 0x194C24) is unknown color: approx Deep Fir. HEX triplet: 19, 4C and 24. RGB value is (25,76,36). Sum of RGB (Red+Green+Blue) = 25+76+36=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 76 (30.08% from 255 or 55.47% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 76 - color contains mainly: green. Hex color #194C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C24 is #E6B3DB. Grayscale: #383838. Windows color (decimal): -15119324 or 2378777. OLE color: 2378777.

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

Color convert

RGB257636-
CMYK0.6700.530.70
HSL132.94º50.5%19.8%-
HSV(B)132.94º67.11%29.8%-
XYZ3.35.52.56-
YUV56.19116.6105.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 76 (30.08% from 255) = 55.47%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=18.25%
G=55.47%
B=26.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576360.6700.530.70132.9450.519.8
Hex194C244303546853214
Octal31114441030651062056224
Binary1100110011001001001000011011010110001101000010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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