#328541

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

Shades of Japanese Laurel #328541

Tints of Japanese Laurel #328541

Color information

#328541 (or 0x328541) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 41. RGB value is (50,133,65). Sum of RGB (Red+Green+Blue) = 50+133+65=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #328541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328541 is #CD7ABE. Grayscale: #646464. Windows color (decimal): -13466303 or 4293938. OLE color: 4293938.

HSL color Cylindrical-coordinate representation of color #328541: hue angle of 130.84º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328541 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB5013365-
CMYK0.6200.510.48
HSL130.84º45.36%35.88%-
HSV(B)130.84º62.41%52.16%-
XYZ10.6617.837.88-
YUV100.4310892.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 133 (52.34% from 255) = 53.63%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=20.16%
G=53.63%
B=26.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133650.6200.510.48130.8445.3635.88
Hex3285413E03330832d24
Octal6220510176063602035544
Binary110010100001011000001111110011001111000010000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328541; }

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

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

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

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

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

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

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

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