Html Css Color HEX #194124 Deep Fir

📋 copy color: '#194124'

red 25 ◦ green 65 ◦ blue 36

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

Shades of Deep Fir #194124

Tints of Deep Fir #194124

RGB

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

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

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

R = 19.84%
G = 51.59%
B = 28.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#194124 (or 0x194124) is known color: Deep Fir. HEX triplet: 19, 41 and 24. RGB value is (25,65,36). Sum of RGB (Red+Green+Blue) = 25+65+36=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #194124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194124 is #E6BEDB. Grayscale: #313131. Windows color (decimal): -15122140 or 2375961. OLE color: 2375961.

HSL color Cylindrical-coordinate representation of color #194124: hue angle of 136.5º 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 #194124 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 65 36 -
CMYK 0.62 0 0.45 0.75
HSL 136.5º 0.44% 0.18% -
HSV(B) 136.5º 0.62% 0.25% -
XYZ 2.61 4.11 2.33 -
YUV 49.73 120.25 110.36 -
System Red Green Blue C M Y K H S L
Decimal 25 65 36 0.62 0 0.45 0.75 136.5 0.44 0.18
Hex 19 41 24 3E 0 2D 4B 88 2C 12
Octal 31 101 44 76 0 55 113 210 54 22
Binary 11001 1000001 100100 111110 0 101101 1001011 10001000 101100 10010

Color Harmonies of #194124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194124

Black with #194124

Text Example


Text Example

White with #194124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194124; }

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

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

background-color css

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

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

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

border-color css

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

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

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