#318634

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

Shades of Japanese Laurel #318634

Tints of Japanese Laurel #318634

Color information

#318634 (or 0x318634) is unknown color: approx Japanese Laurel. HEX triplet: 31, 86 and 34. RGB value is (49,134,52). Sum of RGB (Red+Green+Blue) = 49+134+52=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #318634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318634 is #CE79CB. Grayscale: #636363. Windows color (decimal): -13531596 or 3442225. OLE color: 3442225.

HSL color Cylindrical-coordinate representation of color #318634: hue angle of 122.12º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318634 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB4913452-
CMYK0.6300.610.47
HSL122.12º46.45%35.88%-
HSV(B)122.12º63.43%52.55%-
XYZ10.4117.956.16-
YUV99.24101.3492.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 134 (52.73% from 255) = 57.02%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=20.85%
G=57.02%
B=22.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134520.6300.610.47122.1246.4535.88
Hex3186343F03D2F7a2e24
Octal612066477075571725644
Binary1100011000011011010011111101111011011111111010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318634; }

 p { color: rgb(49,134,52); }

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

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

 a { background-color: rgb(49,134,52); }

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

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

 span { border-color: rgb(49,134,52); }

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