#194B22

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

Shades of Deep Fir #194B22

Tints of Deep Fir #194B22

Color information

#194B22 (or 0x194B22) is unknown color: approx Deep Fir. HEX triplet: 19, 4B and 22. RGB value is (25,75,34). Sum of RGB (Red+Green+Blue) = 25+75+34=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 75 (29.69% from 255 or 55.97% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 75 - color contains mainly: green. Hex color #194B22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B22 is #E6B4DD. Grayscale: #373737. Windows color (decimal): -15119582 or 2247449. OLE color: 2247449.

HSL color Cylindrical-coordinate representation of color #194B22: hue angle of 130.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B22 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB257534-
CMYK0.6700.550.71
HSL130.8º50%19.61%-
HSV(B)130.8º66.67%29.41%-
XYZ3.215.352.38-
YUV55.38115.94106.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 75 (29.69% from 255) = 55.97%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=18.66%
G=55.97%
B=25.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575340.6700.550.71130.85019.61
Hex194B224303747833214
Octal31113421030671072036224
Binary1100110010111000101000011011011110001111000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B22; }

 p { color: rgb(25,75,34); }

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

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

 a { background-color: rgb(25,75,34); }

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

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

 span { border-color: rgb(25,75,34); }

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