#328E36

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

Shades of Japanese Laurel #328E36

Tints of Japanese Laurel #328E36

Color information

#328E36 (or 0x328E36) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8E and 36. RGB value is (50,142,54). Sum of RGB (Red+Green+Blue) = 50+142+54=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 142 (55.86% from 255 or 57.72% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 142 - color contains mainly: green. Hex color #328E36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E36 is #CD71C9. Grayscale: #686868. Windows color (decimal): -13464010 or 3575346. OLE color: 3575346.

HSL color Cylindrical-coordinate representation of color #328E36: hue angle of 122.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E36 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB5014254-
CMYK0.6500.620.44
HSL122.61º47.92%37.65%-
HSV(B)122.61º64.79%55.69%-
XYZ11.6520.296.79-
YUV104.4699.5289.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 142 (55.86% from 255) = 57.72%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=20.33%
G=57.72%
B=21.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142540.6500.620.44122.6147.9237.65
Hex328E364103E2C7b3026
Octal6221666101076541736046
Binary11001010001110110110100000101111101011001111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328E36; }

 p { color: rgb(50,142,54); }

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

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

 a { background-color: rgb(50,142,54); }

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

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

 span { border-color: rgb(50,142,54); }

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