#328638

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

Shades of Japanese Laurel #328638

Tints of Japanese Laurel #328638

Color information

#328638 (or 0x328638) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 38. RGB value is (50,134,56). Sum of RGB (Red+Green+Blue) = 50+134+56=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 134 (52.73% from 255 or 55.83% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 134 - color contains mainly: green. Hex color #328638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328638 is #CD79C7. Grayscale: #646464. Windows color (decimal): -13466056 or 3704370. OLE color: 3704370.

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

Color convert

RGB5013456-
CMYK0.6300.580.47
HSL124.29º45.65%36.08%-
HSV(B)124.29º62.69%52.55%-
XYZ10.5518.016.66-
YUV99.99103.1792.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 134 (52.73% from 255) = 55.83%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=20.83%
G=55.83%
B=23.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134560.6300.580.47124.2945.6536.08
Hex3286383F03A2F7c2e24
Octal622067077072571745644
Binary1100101000011011100011111101110101011111111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328638; }

 p { color: rgb(50,134,56); }

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

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

 a { background-color: rgb(50,134,56); }

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

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

 span { border-color: rgb(50,134,56); }

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