#194823

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

Shades of Deep Fir #194823

Tints of Deep Fir #194823

Color information

#194823 (or 0x194823) is unknown color: approx Deep Fir. HEX triplet: 19, 48 and 23. RGB value is (25,72,35). Sum of RGB (Red+Green+Blue) = 25+72+35=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #194823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194823 is #E6B7DC. Grayscale: #353535. Windows color (decimal): -15120349 or 2312217. OLE color: 2312217.

HSL color Cylindrical-coordinate representation of color #194823: hue angle of 132.77º 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 #194823 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB257235-
CMYK0.6500.510.72
HSL132.77º48.45%19.02%-
HSV(B)132.77º65.28%28.24%-
XYZ3.024.962.39-
YUV53.73117.43107.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 72 (28.52% from 255) = 54.55%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=18.94%
G=54.55%
B=26.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572350.6500.510.72132.7748.4519.02
Hex1948234103348853013
Octal31110431010631102056023
Binary1100110010001000111000001011001110010001000010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194823; }

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

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

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

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

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

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

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

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