#318D37

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

Shades of Japanese Laurel #318D37

Tints of Japanese Laurel #318D37

Color information

#318D37 (or 0x318D37) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8D and 37. RGB value is (49,141,55). Sum of RGB (Red+Green+Blue) = 49+141+55=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #318D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D37 is #CE72C8. Grayscale: #676767. Windows color (decimal): -13529801 or 3640625. OLE color: 3640625.

HSL color Cylindrical-coordinate representation of color #318D37: hue angle of 123.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318D37 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB4914155-
CMYK0.6500.610.45
HSL123.91º48.42%37.25%-
HSV(B)123.91º65.25%55.29%-
XYZ11.4819.986.87-
YUV103.69100.5288.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 57.55%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=20%
G=57.55%
B=22.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49141550.6500.610.45123.9148.4237.25
Hex318D374103D2D7c3025
Octal6121567101075551746045
Binary11000110001101110111100000101111011011011111100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318D37; }

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

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

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

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

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

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

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

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