#134922

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

Shades of Deep Fir #134922

Tints of Deep Fir #134922

Color information

#134922 (or 0x134922) is unknown color: approx Deep Fir. HEX triplet: 13, 49 and 22. RGB value is (19,73,34). Sum of RGB (Red+Green+Blue) = 19+73+34=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #134922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134922 is #ECB6DD. Grayscale: #343434. Windows color (decimal): -15513310 or 2246931. OLE color: 2246931.

HSL color Cylindrical-coordinate representation of color #134922: hue angle of 136.67º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134922 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB197334-
CMYK0.7400.530.71
HSL136.67º58.7%18.04%-
HSV(B)136.67º73.97%28.63%-
XYZ2.945.022.33-
YUV52.41117.61104.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 73 (28.91% from 255) = 57.94%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=15.08%
G=57.94%
B=26.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973340.7400.530.71136.6758.718.04
Hex1349224A03547893b12
Octal23111421120651072117322
Binary1001110010011000101001010011010110001111000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134922; }

 p { color: rgb(19,73,34); }

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

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

 a { background-color: rgb(19,73,34); }

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

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

 span { border-color: rgb(19,73,34); }

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