#318137

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

Shades of Japanese Laurel #318137

Tints of Japanese Laurel #318137

Color information

#318137 (or 0x318137) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 37. RGB value is (49,129,55). Sum of RGB (Red+Green+Blue) = 49+129+55=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #318137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318137 is #CE7EC8. Grayscale: #606060. Windows color (decimal): -13532873 or 3637553. OLE color: 3637553.

HSL color Cylindrical-coordinate representation of color #318137: hue angle of 124.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318137 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB4912955-
CMYK0.6200.570.49
HSL124.5º44.94%34.9%-
HSV(B)124.5º62.02%50.59%-
XYZ9.8116.636.31-
YUV96.64104.594.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=21.03%
G=55.36%
B=23.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129550.6200.570.49124.544.9434.9
Hex3181373E039317c2d23
Octal612016776071611745543
Binary1100011000000111011111111001110011100011111100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318137; }

 p { color: rgb(49,129,55); }

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

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

 a { background-color: rgb(49,129,55); }

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

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

 span { border-color: rgb(49,129,55); }

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