#317F40

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

Shades of Japanese Laurel #317F40

Tints of Japanese Laurel #317F40

Color information

#317F40 (or 0x317F40) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7F and 40. RGB value is (49,127,64). Sum of RGB (Red+Green+Blue) = 49+127+64=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #317F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F40 is #CE80BF. Grayscale: #606060. Windows color (decimal): -13533376 or 4226865. OLE color: 4226865.

HSL color Cylindrical-coordinate representation of color #317F40: hue angle of 131.54º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F40 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB4912764-
CMYK0.6100.500.50
HSL131.54º44.32%34.51%-
HSV(B)131.54º61.42%49.8%-
XYZ9.7816.27.46-
YUV96.5109.6694.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 127 (50% from 255) = 52.92%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=20.42%
G=52.92%
B=26.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127640.6100.500.50131.5444.3234.51
Hex317F403D03232842c23
Octal6117710075062622045443
Binary11000111111111000000111101011001011001010000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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