Html Css Color HEX #194025 Deep Fir

📋 copy color: '#194025'

red 25 ◦ green 64 ◦ blue 37

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

Shades of Deep Fir #194025

Tints of Deep Fir #194025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.79%

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

R = 19.84%
G = 50.79%
B = 29.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#194025 (or 0x194025) is known color: Deep Fir. HEX triplet: 19, 40 and 25. RGB value is (25,64,37). Sum of RGB (Red+Green+Blue) = 25+64+37=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #194025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194025 is #E6BFDA. Grayscale: #313131. Windows color (decimal): -15122395 or 2441241. OLE color: 2441241.

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

Color convert

RGB 25 64 37 -
CMYK 0.61 0 0.42 0.75
HSL 138.46º 0.44% 0.17% -
HSV(B) 138.46º 0.61% 0.25% -
XYZ 2.57 4.01 2.39 -
YUV 49.26 121.08 110.7 -
System Red Green Blue C M Y K H S L
Decimal 25 64 37 0.61 0 0.42 0.75 138.46 0.44 0.17
Hex 19 40 25 3D 0 2A 4B 8A 2C 11
Octal 31 100 45 75 0 52 113 212 54 21
Binary 11001 1000000 100101 111101 0 101010 1001011 10001010 101100 10001

Color Harmonies of #194025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194025

Black with #194025

Text Example


Text Example

White with #194025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194025; }

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

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

background-color css

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

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

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

border-color css

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

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

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