Html Css Color HEX #194426 Deep Fir

📋 copy color: '#194426'

red 25 ◦ green 68 ◦ blue 38

#194426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #194426

Tints of Deep Fir #194426

RGB

 RED value IS 25 (10.16% from 255) = 19.08%

 GREEN value IS 68 (26.95% from 255) = 51.91%

 BLUE value IS 38 (15.23% from 255) = 29.01%

R = 19.08%
G = 51.91%
B = 29.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#194426 (or 0x194426) is known color: Deep Fir. HEX triplet: 19, 44 and 26. RGB value is (25,68,38). Sum of RGB (Red+Green+Blue) = 25+68+38=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #194426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194426 is #E6BBD9. Grayscale: #333333. Windows color (decimal): -15121370 or 2507801. OLE color: 2507801.

HSL color Cylindrical-coordinate representation of color #194426: hue angle of 138.14º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194426 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 68 38 -
CMYK 0.63 0 0.44 0.73
HSL 138.14º 0.46% 0.18% -
HSV(B) 138.14º 0.63% 0.27% -
XYZ 2.82 4.48 2.55 -
YUV 51.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 25 68 38 0.63 0 0.44 0.73 138.14 0.46 0.18
Hex 19 44 26 3F 0 2C 49 8A 2E 12
Octal 31 104 46 77 0 54 111 212 56 22
Binary 11001 1000100 100110 111111 0 101100 1001001 10001010 101110 10010

Color Harmonies of #194426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194426

Black with #194426

Text Example


Text Example

White with #194426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194426; }

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

 H1.HeaderClassName
 {
   color: #194426;
 }
 .AnyTagClassName
 {
   color: #194426;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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