#134023

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

Shades of Deep Fir #134023

Tints of Deep Fir #134023

Color information

#134023 (or 0x134023) is unknown color: approx Deep Fir. HEX triplet: 13, 40 and 23. RGB value is (19,64,35). Sum of RGB (Red+Green+Blue) = 19+64+35=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #134023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134023 is #ECBFDC. Grayscale: #2F2F2F. Windows color (decimal): -15515613 or 2310163. OLE color: 2310163.

HSL color Cylindrical-coordinate representation of color #134023: hue angle of 141.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134023 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB196435-
CMYK0.7000.450.75
HSL141.33º54.22%16.27%-
HSV(B)141.33º70.31%25.1%-
XYZ2.413.932.22-
YUV47.24121.09107.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=16.10%
G=54.24%
B=29.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964350.7000.450.75141.3354.2216.27
Hex1340234602D4B8d3610
Octal23100431060551132156620
Binary1001110000001000111000110010110110010111000110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134023; }

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

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

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

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

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

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

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

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