#194927

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

Shades of Deep Fir #194927

Tints of Deep Fir #194927

Color information

#194927 (or 0x194927) is unknown color: approx Deep Fir. HEX triplet: 19, 49 and 27. RGB value is (25,73,39). Sum of RGB (Red+Green+Blue) = 25+73+39=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #194927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194927 is #E6B6D8. Grayscale: #363636. Windows color (decimal): -15120089 or 2574617. OLE color: 2574617.

HSL color Cylindrical-coordinate representation of color #194927: hue angle of 137.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194927 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB257339-
CMYK0.6600.470.71
HSL137.5º48.98%19.22%-
HSV(B)137.5º65.75%28.63%-
XYZ3.155.122.74-
YUV54.77119.1106.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=18.25%
G=53.28%
B=28.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573390.6600.470.71137.548.9819.22
Hex1949274202F478a3113
Octal31111471020571072126123
Binary1100110010011001111000010010111110001111000101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194927; }

 p { color: rgb(25,73,39); }

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

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

 a { background-color: rgb(25,73,39); }

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

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

 span { border-color: rgb(25,73,39); }

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