#134722

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

Shades of Deep Fir #134722

Tints of Deep Fir #134722

Color information

#134722 (or 0x134722) is unknown color: approx Deep Fir. HEX triplet: 13, 47 and 22. RGB value is (19,71,34). Sum of RGB (Red+Green+Blue) = 19+71+34=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #134722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134722 is #ECB8DD. Grayscale: #333333. Windows color (decimal): -15513822 or 2246419. OLE color: 2246419.

HSL color Cylindrical-coordinate representation of color #134722: hue angle of 137.31º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134722 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB197134-
CMYK0.7300.520.72
HSL137.31º57.78%17.65%-
HSV(B)137.31º73.24%27.84%-
XYZ2.814.762.28-
YUV51.23118.27105.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=15.32%
G=57.26%
B=27.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971340.7300.520.72137.3157.7817.65
Hex1347224903448893a12
Octal23107421110641102117222
Binary1001110001111000101001001011010010010001000100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134722; }

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

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

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

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

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

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

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

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