#318332

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

Shades of Japanese Laurel #318332

Tints of Japanese Laurel #318332

Color information

#318332 (or 0x318332) is unknown color: approx Japanese Laurel. HEX triplet: 31, 83 and 32. RGB value is (49,131,50). Sum of RGB (Red+Green+Blue) = 49+131+50=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #318332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318332 is #CE7CCD. Grayscale: #616161. Windows color (decimal): -13532366 or 3310385. OLE color: 3310385.

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

Color convert

RGB4913150-
CMYK0.6300.620.49
HSL120.73º45.56%35.29%-
HSV(B)120.73º62.6%51.37%-
XYZ9.9617.125.8-
YUV97.25101.3393.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 131 (51.56% from 255) = 56.96%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=21.30%
G=56.96%
B=21.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49131500.6300.620.49120.7345.5635.29
Hex3183323F03E31792e23
Octal612036277076611715643
Binary1100011000001111001011111101111101100011111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318332; }

 p { color: rgb(49,131,50); }

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

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

 a { background-color: rgb(49,131,50); }

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

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

 span { border-color: rgb(49,131,50); }

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