#134031

Color #134031 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #134031

Tints of Sherwood Green #134031

Color information

#134031 (or 0x134031) is unknown color: approx Sherwood Green. HEX triplet: 13, 40 and 31. RGB value is (19,64,49). Sum of RGB (Red+Green+Blue) = 19+64+49=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #134031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134031 is #ECBFCE. Grayscale: #303030. Windows color (decimal): -15515599 or 3227667. OLE color: 3227667.

HSL color Cylindrical-coordinate representation of color #134031: hue angle of 160º 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 #134031 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB196449-
CMYK0.7000.230.75
HSL160º54.22%16.27%-
HSV(B)160º70.31%25.1%-
XYZ2.664.033.54-
YUV48.83128.09106.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 49 (19.53% from 255) = 37.12%
R=14.39%
G=48.48%
B=37.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964490.7000.230.7516054.2216.27
Hex134031460174Ba03610
Octal23100611060271132406620
Binary100111000000110001100011001011110010111010000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134031; }

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

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

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

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

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

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

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

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