#328742

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

Shades of Japanese Laurel #328742

Tints of Japanese Laurel #328742

Color information

#328742 (or 0x328742) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 42. RGB value is (50,135,66). Sum of RGB (Red+Green+Blue) = 50+135+66=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #328742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328742 is #CD78BD. Grayscale: #656565. Windows color (decimal): -13465790 or 4359986. OLE color: 4359986.

HSL color Cylindrical-coordinate representation of color #328742: hue angle of 131.29º 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 #328742 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5013566-
CMYK0.6300.510.47
HSL131.29º45.95%36.27%-
HSV(B)131.29º62.96%52.94%-
XYZ10.9618.48.13-
YUV101.72107.8491.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=19.92%
G=53.78%
B=26.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135660.6300.510.47131.2945.9536.27
Hex3287423F0332F832e24
Octal6220710277063572035644
Binary110010100001111000010111111011001110111110000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328742; }

 p { color: rgb(50,135,66); }

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

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

 a { background-color: rgb(50,135,66); }

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

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

 span { border-color: rgb(50,135,66); }

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