Html Css Color HEX #194329 Deep Fir

📋 copy color: '#194329'

red 25 ◦ green 67 ◦ blue 41

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

Shades of Deep Fir #194329

Tints of Deep Fir #194329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.38%

 BLUE value IS 41 (16.41% from 255) = 30.83%

R = 18.8%
G = 50.38%
B = 30.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#194329 (or 0x194329) is known color: Deep Fir. HEX triplet: 19, 43 and 29. RGB value is (25,67,41). Sum of RGB (Red+Green+Blue) = 25+67+41=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #194329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194329 is #E6BCD6. Grayscale: #333333. Windows color (decimal): -15121623 or 2704153. OLE color: 2704153.

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

Color convert

RGB 25 67 41 -
CMYK 0.63 0 0.39 0.74
HSL 142.86º 0.46% 0.18% -
HSV(B) 142.86º 0.63% 0.26% -
XYZ 2.81 4.38 2.8 -
YUV 51.48 122.09 109.11 -
System Red Green Blue C M Y K H S L
Decimal 25 67 41 0.63 0 0.39 0.74 142.86 0.46 0.18
Hex 19 43 29 3F 0 27 4A 8F 2E 12
Octal 31 103 51 77 0 47 112 217 56 22
Binary 11001 1000011 101001 111111 0 100111 1001010 10001111 101110 10010

Color Harmonies of #194329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194329

Black with #194329

Text Example


Text Example

White with #194329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194329; }

 p { color: rgb(25,67,41); }

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

background-color css

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

 a { background-color: rgb(25,67,41); }

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

border-color css

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

 span { border-color: rgb(25,67,41); }

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