Html Css Color HEX #194129 Deep Fir

📋 copy color: '#194129'

red 25 ◦ green 65 ◦ blue 41

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

Shades of Deep Fir #194129

Tints of Deep Fir #194129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

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

R = 19.08%
G = 49.62%
B = 31.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#194129 (or 0x194129) is known color: Deep Fir. HEX triplet: 19, 41 and 29. RGB value is (25,65,41). Sum of RGB (Red+Green+Blue) = 25+65+41=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #194129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194129 is #E6BED6. Grayscale: #323232. Windows color (decimal): -15122135 or 2703641. OLE color: 2703641.

HSL color Cylindrical-coordinate representation of color #194129: hue angle of 144º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #194129 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 65 41 -
CMYK 0.62 0 0.37 0.75
HSL 144º 0.44% 0.18% -
HSV(B) 144º 0.62% 0.25% -
XYZ 2.69 4.15 2.76 -
YUV 50.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 25 65 41 0.62 0 0.37 0.75 144 0.44 0.18
Hex 19 41 29 3E 0 25 4B 90 2C 12
Octal 31 101 51 76 0 45 113 220 54 22
Binary 11001 1000001 101001 111110 0 100101 1001011 10010000 101100 10010

Color Harmonies of #194129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194129

Black with #194129

Text Example


Text Example

White with #194129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194129; }

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

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

background-color css

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

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

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

border-color css

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

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

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