#194127

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

Shades of Deep Fir #194127

Tints of Deep Fir #194127

Color information

#194127 (or 0x194127) is unknown color: approx Deep Fir. HEX triplet: 19, 41 and 27. RGB value is (25,65,39). Sum of RGB (Red+Green+Blue) = 25+65+39=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #194127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194127 is #E6BED8. Grayscale: #323232. Windows color (decimal): -15122137 or 2572569. OLE color: 2572569.

HSL color Cylindrical-coordinate representation of color #194127: hue angle of 141º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194127 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB256539-
CMYK0.6200.400.75
HSL141º44.44%17.65%-
HSV(B)141º61.54%25.49%-
XYZ2.664.132.58-
YUV50.08121.75110.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=19.38%
G=50.39%
B=30.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2565390.6200.400.7514144.4417.65
Hex1941273E0284B8d2c12
Octal3110147760501132155422
Binary110011000001100111111110010100010010111000110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194127; }

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

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

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

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

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

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

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

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