#194723

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

Shades of Deep Fir #194723

Tints of Deep Fir #194723

Color information

#194723 (or 0x194723) is unknown color: approx Deep Fir. HEX triplet: 19, 47 and 23. RGB value is (25,71,35). Sum of RGB (Red+Green+Blue) = 25+71+35=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #194723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194723 is #E6B8DC. Grayscale: #353535. Windows color (decimal): -15120605 or 2311961. OLE color: 2311961.

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

Color convert

RGB257135-
CMYK0.6500.510.72
HSL133.04º47.92%18.82%-
HSV(B)133.04º64.79%27.84%-
XYZ2.964.832.37-
YUV53.14117.76107.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=19.08%
G=54.20%
B=26.72%

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
Decimal2571350.6500.510.72133.0447.9218.82
Hex1947234103348853013
Octal31107431010631102056023
Binary1100110001111000111000001011001110010001000010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194723; }

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

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

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

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

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

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

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

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