Html Css Color HEX #194427 Deep Fir

📋 copy color: '#194427'

red 25 ◦ green 68 ◦ blue 39

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

Shades of Deep Fir #194427

Tints of Deep Fir #194427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.52%

 BLUE value IS 39 (15.63% from 255) = 29.55%

R = 18.94%
G = 51.52%
B = 29.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#194427 (or 0x194427) is known color: Deep Fir. HEX triplet: 19, 44 and 27. RGB value is (25,68,39). Sum of RGB (Red+Green+Blue) = 25+68+39=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #194427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194427 is #E6BBD8. Grayscale: #333333. Windows color (decimal): -15121369 or 2573337. OLE color: 2573337.

HSL color Cylindrical-coordinate representation of color #194427: hue angle of 139.53º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #194427 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 25 68 39 -
CMYK 0.63 0 0.43 0.73
HSL 139.53º 0.46% 0.18% -
HSV(B) 139.53º 0.63% 0.27% -
XYZ 2.83 4.49 2.64 -
YUV 51.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 25 68 39 0.63 0 0.43 0.73 139.53 0.46 0.18
Hex 19 44 27 3F 0 2B 49 8C 2E 12
Octal 31 104 47 77 0 53 111 214 56 22
Binary 11001 1000100 100111 111111 0 101011 1001001 10001100 101110 10010

Color Harmonies of #194427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194427

Black with #194427

Text Example


Text Example

White with #194427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194427; }

 p { color: rgb(25,68,39); }

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

background-color css

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

 a { background-color: rgb(25,68,39); }

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

border-color css

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

 span { border-color: rgb(25,68,39); }

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