#194B26

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

Shades of Deep Fir #194B26

Tints of Deep Fir #194B26

Color information

#194B26 (or 0x194B26) is unknown color: approx Deep Fir. HEX triplet: 19, 4B and 26. RGB value is (25,75,38). Sum of RGB (Red+Green+Blue) = 25+75+38=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #194B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B26 is #E6B4D9. Grayscale: #373737. Windows color (decimal): -15119578 or 2509593. OLE color: 2509593.

HSL color Cylindrical-coordinate representation of color #194B26: hue angle of 135.6º 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 #194B26 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB257538-
CMYK0.6700.490.71
HSL135.6º50%19.61%-
HSV(B)135.6º66.67%29.41%-
XYZ3.275.382.7-
YUV55.83117.94106.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=18.12%
G=54.35%
B=27.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575380.6700.490.71135.65019.61
Hex194B264303147883214
Octal31113461030611072106224
Binary1100110010111001101000011011000110001111000100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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