#318140

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

Shades of Japanese Laurel #318140

Tints of Japanese Laurel #318140

Color information

#318140 (or 0x318140) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 40. RGB value is (49,129,64). Sum of RGB (Red+Green+Blue) = 49+129+64=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #318140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318140 is #CE7EBF. Grayscale: #616161. Windows color (decimal): -13532864 or 4227377. OLE color: 4227377.

HSL color Cylindrical-coordinate representation of color #318140: hue angle of 131.25º 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 #318140 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB4912964-
CMYK0.6200.500.49
HSL131.25º44.94%34.9%-
HSV(B)131.25º62.02%50.59%-
XYZ10.0416.727.55-
YUV97.6710993.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=20.25%
G=53.31%
B=26.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129640.6200.500.49131.2544.9434.9
Hex3181403E03231832d23
Octal6120110076062612035543
Binary110001100000011000000111110011001011000110000011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318140; }

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

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

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

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

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

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

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

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