#328537

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

Shades of Japanese Laurel #328537

Tints of Japanese Laurel #328537

Color information

#328537 (or 0x328537) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 37. RGB value is (50,133,55). Sum of RGB (Red+Green+Blue) = 50+133+55=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #328537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328537 is #CD7AC8. Grayscale: #636363. Windows color (decimal): -13466313 or 3638578. OLE color: 3638578.

HSL color Cylindrical-coordinate representation of color #328537: hue angle of 123.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328537 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB5013355-
CMYK0.6200.590.48
HSL123.61º45.36%35.88%-
HSV(B)123.61º62.41%52.16%-
XYZ10.3917.736.49-
YUV99.2910392.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 55 (21.88% from 255) = 23.11%
R=21.01%
G=55.88%
B=23.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133550.6200.590.48123.6145.3635.88
Hex3285373E03B307c2d24
Octal622056776073601745544
Binary1100101000010111011111111001110111100001111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328537; }

 p { color: rgb(50,133,55); }

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

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

 a { background-color: rgb(50,133,55); }

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

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

 span { border-color: rgb(50,133,55); }

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