#194223

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

Shades of Deep Fir #194223

Tints of Deep Fir #194223

Color information

#194223 (or 0x194223) is unknown color: approx Deep Fir. HEX triplet: 19, 42 and 23. RGB value is (25,66,35). Sum of RGB (Red+Green+Blue) = 25+66+35=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #194223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194223 is #E6BDDC. Grayscale: #323232. Windows color (decimal): -15121885 or 2310681. OLE color: 2310681.

HSL color Cylindrical-coordinate representation of color #194223: hue angle of 134.63º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194223 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB256635-
CMYK0.6200.470.74
HSL134.63º45.05%17.84%-
HSV(B)134.63º62.12%25.88%-
XYZ2.654.222.27-
YUV50.21119.42110.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=19.84%
G=52.38%
B=27.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2566350.6200.470.74134.6345.0517.84
Hex1942233E02F4A872d12
Octal3110243760571122075522
Binary110011000010100011111110010111110010101000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194223; }

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

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

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

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

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

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

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

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