Html Css Color HEX #194424 Deep Fir

📋 copy color: '#194424'

red 25 ◦ green 68 ◦ blue 36

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

Shades of Deep Fir #194424

Tints of Deep Fir #194424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.91%

R = 19.38%
G = 52.71%
B = 27.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#194424 (or 0x194424) is known color: Deep Fir. HEX triplet: 19, 44 and 24. RGB value is (25,68,36). Sum of RGB (Red+Green+Blue) = 25+68+36=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #194424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194424 is #E6BBDB. Grayscale: #333333. Windows color (decimal): -15121372 or 2376729. OLE color: 2376729.

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

Color convert

RGB 25 68 36 -
CMYK 0.63 0 0.47 0.73
HSL 135.35º 0.46% 0.18% -
HSV(B) 135.35º 0.63% 0.27% -
XYZ 2.79 4.47 2.38 -
YUV 51.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 25 68 36 0.63 0 0.47 0.73 135.35 0.46 0.18
Hex 19 44 24 3F 0 2F 49 87 2E 12
Octal 31 104 44 77 0 57 111 207 56 22
Binary 11001 1000100 100100 111111 0 101111 1001001 10000111 101110 10010

Color Harmonies of #194424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194424

Black with #194424

Text Example


Text Example

White with #194424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194424; }

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

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

background-color css

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

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

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

border-color css

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

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

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