Html Css Color HEX #194325 Deep Fir

📋 copy color: '#194325'

red 25 ◦ green 67 ◦ blue 37

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

Shades of Deep Fir #194325

Tints of Deep Fir #194325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 19.38%
G = 51.94%
B = 28.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#194325 (or 0x194325) is known color: Deep Fir. HEX triplet: 19, 43 and 25. RGB value is (25,67,37). Sum of RGB (Red+Green+Blue) = 25+67+37=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #194325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194325 is #E6BCDA. Grayscale: #333333. Windows color (decimal): -15121627 or 2442009. OLE color: 2442009.

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

Color convert

RGB 25 67 37 -
CMYK 0.63 0 0.45 0.74
HSL 137.14º 0.46% 0.18% -
HSV(B) 137.14º 0.63% 0.26% -
XYZ 2.74 4.35 2.45 -
YUV 51.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 25 67 37 0.63 0 0.45 0.74 137.14 0.46 0.18
Hex 19 43 25 3F 0 2D 4A 89 2E 12
Octal 31 103 45 77 0 55 112 211 56 22
Binary 11001 1000011 100101 111111 0 101101 1001010 10001001 101110 10010

Color Harmonies of #194325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194325

Black with #194325

Text Example


Text Example

White with #194325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194325; }

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

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

background-color css

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

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

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

border-color css

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

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

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