#194427

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

Shades of Deep Fir #194427

Tints of Deep Fir #194427

Color information

#194427 (or 0x194427) is unknown color: approx Deep Fir. HEX triplet: 19, 44 and 27. RGB value is (25,68,39). Sum of RGB (Red+Green+Blue) = 25+68+39=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #194427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194427 is #E6BBD8. Grayscale: #333333. Windows color (decimal): -15121369 or 2573337. OLE color: 2573337.

HSL color Cylindrical-coordinate representation of color #194427: hue angle of 139.53º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194427 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB256839-
CMYK0.6300.430.73
HSL139.53º46.24%18.24%-
HSV(B)139.53º63.24%26.67%-
XYZ2.834.492.64-
YUV51.84120.75108.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=18.94%
G=51.52%
B=29.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2568390.6300.430.73139.5346.2418.24
Hex1944273F02B498c2e12
Octal3110447770531112145622
Binary110011000100100111111111010101110010011000110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194427; }

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

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

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

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

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

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

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

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