#316038

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

Shades of Hunter Green #316038

Tints of Hunter Green #316038

Color information

#316038 (or 0x316038) is unknown color: approx Hunter Green. HEX triplet: 31, 60 and 38. RGB value is (49,96,56). Sum of RGB (Red+Green+Blue) = 49+96+56=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #316038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316038 is #CE9FC7. Grayscale: #4D4D4D. Windows color (decimal): -13541320 or 3694641. OLE color: 3694641.

HSL color Cylindrical-coordinate representation of color #316038: hue angle of 128.94º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316038 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB499656-
CMYK0.4900.420.62
HSL128.94º32.41%28.43%-
HSV(B)128.94º48.96%37.65%-
XYZ6.169.35.21-
YUV77.39115.93107.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 96 (37.89% from 255) = 47.76%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=24.38%
G=47.76%
B=27.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996560.4900.420.62128.9432.4128.43
Hex3160383102A3E81201c
Octal611407061052762014034
Binary110001110000011100011000101010101111101000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316038; }

 p { color: rgb(49,96,56); }

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

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

 a { background-color: rgb(49,96,56); }

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

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

 span { border-color: rgb(49,96,56); }

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