#194826

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

Shades of Deep Fir #194826

Tints of Deep Fir #194826

Color information

#194826 (or 0x194826) is unknown color: approx Deep Fir. HEX triplet: 19, 48 and 26. RGB value is (25,72,38). Sum of RGB (Red+Green+Blue) = 25+72+38=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #194826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194826 is #E6B7D9. Grayscale: #363636. Windows color (decimal): -15120346 or 2508825. OLE color: 2508825.

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

Color convert

RGB257238-
CMYK0.6500.470.72
HSL136.6º48.45%19.02%-
HSV(B)136.6º65.28%28.24%-
XYZ3.074.982.63-
YUV54.07118.93107.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=18.52%
G=53.33%
B=28.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2572380.6500.470.72136.648.4519.02
Hex1948264102F48893013
Octal31110461010571102116023
Binary1100110010001001101000001010111110010001000100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194826; }

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

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

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

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

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

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

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

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