Html Css Color HEX #194721 Deep Fir

📋 copy color: '#194721'

red 25 ◦ green 71 ◦ blue 33

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

Shades of Deep Fir #194721

Tints of Deep Fir #194721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.04%

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 19.38%
G = 55.04%
B = 25.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#194721 (or 0x194721) is known color: Deep Fir. HEX triplet: 19, 47 and 21. RGB value is (25,71,33). Sum of RGB (Red+Green+Blue) = 25+71+33=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #194721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194721 is #E6B8DE. Grayscale: #353535. Windows color (decimal): -15120607 or 2180889. OLE color: 2180889.

HSL color Cylindrical-coordinate representation of color #194721: hue angle of 130.43º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194721 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 71 33 -
CMYK 0.65 0 0.54 0.72
HSL 130.43º 0.48% 0.19% -
HSV(B) 130.43º 0.65% 0.28% -
XYZ 2.93 4.82 2.22 -
YUV 52.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 25 71 33 0.65 0 0.54 0.72 130.43 0.48 0.19
Hex 19 47 21 41 0 36 48 82 30 13
Octal 31 107 41 101 0 66 110 202 60 23
Binary 11001 1000111 100001 1000001 0 110110 1001000 10000010 110000 10011

Color Harmonies of #194721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194721

Black with #194721

Text Example


Text Example

White with #194721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194721; }

 p { color: rgb(25,71,33); }

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

background-color css

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

 a { background-color: rgb(25,71,33); }

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

border-color css

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

 span { border-color: rgb(25,71,33); }

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