#319535

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

Shades of Forest Green #319535

Tints of Forest Green #319535

Color information

#319535 (or 0x319535) is unknown color: approx Forest Green. HEX triplet: 31, 95 and 35. RGB value is (49,149,53). Sum of RGB (Red+Green+Blue) = 49+149+53=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #319535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319535 is #CE6ACA. Grayscale: #6C6C6C. Windows color (decimal): -13527755 or 3511601. OLE color: 3511601.

HSL color Cylindrical-coordinate representation of color #319535: hue angle of 122.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319535 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB4914953-
CMYK0.6700.640.42
HSL122.4º50.51%38.82%-
HSV(B)122.4º67.11%58.43%-
XYZ12.6622.47.03-
YUV108.1696.8785.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 149 (58.59% from 255) = 59.36%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=19.52%
G=59.36%
B=21.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149530.6700.640.42122.450.5138.82
Hex319535430402A7a3327
Octal61225651030100521726347
Binary110001100101011101011000011010000001010101111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319535; }

 p { color: rgb(49,149,53); }

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

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

 a { background-color: rgb(49,149,53); }

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

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

 span { border-color: rgb(49,149,53); }

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