#317C3A

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

Shades of Japanese Laurel #317C3A

Tints of Japanese Laurel #317C3A

Color information

#317C3A (or 0x317C3A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7C and 3A. RGB value is (49,124,58). Sum of RGB (Red+Green+Blue) = 49+124+58=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #317C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317C3A is #CE83C5. Grayscale: #5E5E5E. Windows color (decimal): -13534150 or 3832881. OLE color: 3832881.

HSL color Cylindrical-coordinate representation of color #317C3A: hue angle of 127.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317C3A is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB4912458-
CMYK0.6000.530.51
HSL127.2º43.35%33.92%-
HSV(B)127.2º60.48%48.63%-
XYZ9.2415.376.48-
YUV94.05107.6595.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 124 (48.83% from 255) = 53.68%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=21.21%
G=53.68%
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.51
SystemRedGreenBlueCMYKHSL
Decimal49124580.6000.530.51127.243.3533.92
Hex317C3A3C035337f2b22
Octal611747274065631775342
Binary110001111110011101011110001101011100111111111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317C3A; }

 p { color: rgb(49,124,58); }

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

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

 a { background-color: rgb(49,124,58); }

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

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

 span { border-color: rgb(49,124,58); }

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