#194B27

Color #194B27 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #194B27

Tints of Deep Fir #194B27

Color information

#194B27 (or 0x194B27) is unknown color: approx Deep Fir. HEX triplet: 19, 4B and 27. RGB value is (25,75,39). Sum of RGB (Red+Green+Blue) = 25+75+39=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #194B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B27 is #E6B4D8. Grayscale: #383838. Windows color (decimal): -15119577 or 2575129. OLE color: 2575129.

HSL color Cylindrical-coordinate representation of color #194B27: hue angle of 136.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B27 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB257539-
CMYK0.6700.480.71
HSL136.8º50%19.61%-
HSV(B)136.8º66.67%29.41%-
XYZ3.285.392.79-
YUV55.95118.44105.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 75 (29.69% from 255) = 53.96%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=17.99%
G=53.96%
B=28.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575390.6700.480.71136.85019.61
Hex194B274303047893214
Octal31113471030601072116224
Binary1100110010111001111000011011000010001111000100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B27; }

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

 H1.HeaderClassName
 {
   color: #194B27;
 }
 .AnyTagClassName
 {
   color: #194B27;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #194B27;
 }
 .BgClassName
 {
   background-color: #194B27;
 }
</style>
border-color css

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

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

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