#194628

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

Shades of Deep Fir #194628

Tints of Deep Fir #194628

Color information

#194628 (or 0x194628) is unknown color: approx Deep Fir. HEX triplet: 19, 46 and 28. RGB value is (25,70,40). Sum of RGB (Red+Green+Blue) = 25+70+40=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #194628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194628 is #E6B9D7. Grayscale: #353535. Windows color (decimal): -15120856 or 2639385. OLE color: 2639385.

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

Color convert

RGB257040-
CMYK0.6400.430.73
HSL140º47.37%18.63%-
HSV(B)140º64.29%27.45%-
XYZ2.974.742.77-
YUV53.12120.59107.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=18.52%
G=51.85%
B=29.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2570400.6400.430.7314047.3718.63
Hex1946284002B498c2f13
Octal31106501000531112145723
Binary1100110001101010001000000010101110010011000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194628; }

 p { color: rgb(25,70,40); }

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

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

 a { background-color: rgb(25,70,40); }

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

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

 span { border-color: rgb(25,70,40); }

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