#317939

Color #317939 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #317939

Tints of Japanese Laurel #317939

Color information

#317939 (or 0x317939) is unknown color: approx Japanese Laurel. HEX triplet: 31, 79 and 39. RGB value is (49,121,57). Sum of RGB (Red+Green+Blue) = 49+121+57=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #317939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317939 is #CE86C6. Grayscale: #5C5C5C. Windows color (decimal): -13534919 or 3766577. OLE color: 3766577.

HSL color Cylindrical-coordinate representation of color #317939: hue angle of 126.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317939 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB4912157-
CMYK0.6000.530.53
HSL126.67º42.35%33.33%-
HSV(B)126.67º59.5%47.45%-
XYZ8.8414.626.23-
YUV92.18108.1597.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=21.59%
G=53.30%
B=25.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49121570.6000.530.53126.6742.3533.33
Hex3179393C035357f2a21
Octal611717174065651775241
Binary110001111100111100111110001101011101011111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317939; }

 p { color: rgb(49,121,57); }

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

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

 a { background-color: rgb(49,121,57); }

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

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

 span { border-color: rgb(49,121,57); }

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