#134323

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

Shades of Deep Fir #134323

Tints of Deep Fir #134323

Color information

#134323 (or 0x134323) is unknown color: approx Deep Fir. HEX triplet: 13, 43 and 23. RGB value is (19,67,35). Sum of RGB (Red+Green+Blue) = 19+67+35=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #134323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134323 is #ECBCDC. Grayscale: #313131. Windows color (decimal): -15514845 or 2310931. OLE color: 2310931.

HSL color Cylindrical-coordinate representation of color #134323: hue angle of 140º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134323 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB196735-
CMYK0.7200.480.74
HSL140º55.81%16.86%-
HSV(B)140º71.64%26.27%-
XYZ2.584.272.28-
YUV49120.1106.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=15.70%
G=55.37%
B=28.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967350.7200.480.7414055.8116.86
Hex134323480304A8c3811
Octal23103431100601122147021
Binary1001110000111000111001000011000010010101000110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134323; }

 p { color: rgb(19,67,35); }

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

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

 a { background-color: rgb(19,67,35); }

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

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

 span { border-color: rgb(19,67,35); }

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