#194821

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

Shades of Deep Fir #194821

Tints of Deep Fir #194821

Color information

#194821 (or 0x194821) is unknown color: approx Deep Fir. HEX triplet: 19, 48 and 21. RGB value is (25,72,33). Sum of RGB (Red+Green+Blue) = 25+72+33=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #194821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194821 is #E6B7DE. Grayscale: #353535. Windows color (decimal): -15120351 or 2181145. OLE color: 2181145.

HSL color Cylindrical-coordinate representation of color #194821: hue angle of 130.21º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194821 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB257233-
CMYK0.6500.540.72
HSL130.21º48.45%19.02%-
HSV(B)130.21º65.28%28.24%-
XYZ2.994.952.24-
YUV53.5116.43107.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=19.23%
G=55.38%
B=25.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572330.6500.540.72130.2148.4519.02
Hex1948214103648823013
Octal31110411010661102026023
Binary1100110010001000011000001011011010010001000001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194821; }

 p { color: rgb(25,72,33); }

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

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

 a { background-color: rgb(25,72,33); }

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

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

 span { border-color: rgb(25,72,33); }

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