#134123

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

Shades of Deep Fir #134123

Tints of Deep Fir #134123

Color information

#134123 (or 0x134123) is unknown color: approx Deep Fir. HEX triplet: 13, 41 and 23. RGB value is (19,65,35). Sum of RGB (Red+Green+Blue) = 19+65+35=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #134123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134123 is #ECBEDC. Grayscale: #2F2F2F. Windows color (decimal): -15515357 or 2310419. OLE color: 2310419.

HSL color Cylindrical-coordinate representation of color #134123: hue angle of 140.87º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134123 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB196535-
CMYK0.7100.460.75
HSL140.87º54.76%16.47%-
HSV(B)140.87º70.77%25.49%-
XYZ2.464.042.24-
YUV47.83120.76107.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 65 (25.78% from 255) = 54.62%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=15.97%
G=54.62%
B=29.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965350.7100.460.75140.8754.7616.47
Hex1341234702E4B8d3710
Octal23101431070561132156720
Binary1001110000011000111000111010111010010111000110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134123; }

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

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

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

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

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

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

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

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