#318433

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

Shades of Japanese Laurel #318433

Tints of Japanese Laurel #318433

Color information

#318433 (or 0x318433) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 33. RGB value is (49,132,51). Sum of RGB (Red+Green+Blue) = 49+132+51=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #318433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318433 is #CE7BCC. Grayscale: #626262. Windows color (decimal): -13532109 or 3376177. OLE color: 3376177.

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

Color convert

RGB4913251-
CMYK0.6300.610.48
HSL121.45º45.86%35.49%-
HSV(B)121.45º62.88%51.76%-
XYZ10.1217.395.96-
YUV97.95101.593.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 132 (51.95% from 255) = 56.90%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=21.12%
G=56.90%
B=21.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132510.6300.610.48121.4545.8635.49
Hex3184333F03D30792e23
Octal612046377075601715643
Binary1100011000010011001111111101111011100001111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318433; }

 p { color: rgb(49,132,51); }

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

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

 a { background-color: rgb(49,132,51); }

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

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

 span { border-color: rgb(49,132,51); }

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