#328141

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

Shades of Japanese Laurel #328141

Tints of Japanese Laurel #328141

Color information

#328141 (or 0x328141) is unknown color: approx Japanese Laurel. HEX triplet: 32, 81 and 41. RGB value is (50,129,65). Sum of RGB (Red+Green+Blue) = 50+129+65=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #328141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328141 is #CD7EBE. Grayscale: #626262. Windows color (decimal): -13467327 or 4292914. OLE color: 4292914.

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

Color convert

RGB5012965-
CMYK0.6100.500.49
HSL131.39º44.13%35.1%-
HSV(B)131.39º61.24%50.59%-
XYZ10.1216.767.7-
YUV98.08109.3393.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=20.49%
G=52.87%
B=26.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50129650.6100.500.49131.3944.1335.1
Hex3281413D03231832c23
Octal6220110175062612035443
Binary110010100000011000001111101011001011000110000011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328141; }

 p { color: rgb(50,129,65); }

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

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

 a { background-color: rgb(50,129,65); }

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

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

 span { border-color: rgb(50,129,65); }

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