#318232

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

Shades of Japanese Laurel #318232

Tints of Japanese Laurel #318232

Color information

#318232 (or 0x318232) is unknown color: approx Japanese Laurel. HEX triplet: 31, 82 and 32. RGB value is (49,130,50). Sum of RGB (Red+Green+Blue) = 49+130+50=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #318232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318232 is #CE7DCD. Grayscale: #606060. Windows color (decimal): -13532622 or 3310129. OLE color: 3310129.

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

Color convert

RGB4913050-
CMYK0.6200.620.49
HSL120.74º45.25%35.1%-
HSV(B)120.74º62.31%50.98%-
XYZ9.8216.855.75-
YUV96.66101.6694-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=21.40%
G=56.77%
B=21.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49130500.6200.620.49120.7445.2535.1
Hex3182323E03E31792d23
Octal612026276076611715543
Binary1100011000001011001011111001111101100011111001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318232; }

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

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

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

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

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

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

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

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