#328236

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

Shades of Japanese Laurel #328236

Tints of Japanese Laurel #328236

Color information

#328236 (or 0x328236) is unknown color: approx Japanese Laurel. HEX triplet: 32, 82 and 36. RGB value is (50,130,54). Sum of RGB (Red+Green+Blue) = 50+130+54=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #328236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328236 is #CD7DC9. Grayscale: #616161. Windows color (decimal): -13467082 or 3572274. OLE color: 3572274.

HSL color Cylindrical-coordinate representation of color #328236: hue angle of 123º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328236 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB5013054-
CMYK0.6200.580.49
HSL123º44.44%35.29%-
HSV(B)123º61.54%50.98%-
XYZ9.9616.916.23-
YUV97.42103.594.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=21.37%
G=55.56%
B=23.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130540.6200.580.4912344.4435.29
Hex3282363E03A317b2c23
Octal622026676072611735443
Binary1100101000001011011011111001110101100011111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328236; }

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

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

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

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

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

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

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

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