#134423

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

Shades of Deep Fir #134423

Tints of Deep Fir #134423

Color information

#134423 (or 0x134423) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 23. RGB value is (19,68,35). Sum of RGB (Red+Green+Blue) = 19+68+35=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #134423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134423 is #ECBBDC. Grayscale: #313131. Windows color (decimal): -15514589 or 2311187. OLE color: 2311187.

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

Color convert

RGB196835-
CMYK0.7200.490.73
HSL139.59º56.32%17.06%-
HSV(B)139.59º72.06%26.67%-
XYZ2.644.392.3-
YUV49.59119.77106.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=15.57%
G=55.74%
B=28.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968350.7200.490.73139.5956.3217.06
Hex13442348031498c3811
Octal23104431100611112147021
Binary1001110001001000111001000011000110010011000110011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134423; }

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

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

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

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

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

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

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

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