Html Css Color HEX #194821 Deep Fir

📋 copy color: '#194821'

red 25 ◦ green 72 ◦ blue 33

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

Shades of Deep Fir #194821

Tints of Deep Fir #194821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 55.38%

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

R = 19.23%
G = 55.38%
B = 25.38%

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

#194821 (or 0x194821) is known color: Deep Fir. HEX triplet: 19, 48 and 21. RGB value is (25,72,33). Sum of RGB (Red+Green+Blue) = 25+72+33=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #194821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194821 is #E6B7DE. Grayscale: #353535. Windows color (decimal): -15120351 or 2181145. OLE color: 2181145.

HSL color Cylindrical-coordinate representation of color #194821: hue angle of 130.21º 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 #194821 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 72 33 -
CMYK 0.65 0 0.54 0.72
HSL 130.21º 0.48% 0.19% -
HSV(B) 130.21º 0.65% 0.28% -
XYZ 2.99 4.95 2.24 -
YUV 53.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 25 72 33 0.65 0 0.54 0.72 130.21 0.48 0.19
Hex 19 48 21 41 0 36 48 82 30 13
Octal 31 110 41 101 0 66 110 202 60 23
Binary 11001 1001000 100001 1000001 0 110110 1001000 10000010 110000 10011

Color Harmonies of #194821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194821

Black with #194821

Text Example


Text Example

White with #194821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194821; }

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

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

background-color css

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

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

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

border-color css

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

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

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