#328C3B

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

Shades of Japanese Laurel #328C3B

Tints of Japanese Laurel #328C3B

Color information

#328C3B (or 0x328C3B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8C and 3B. RGB value is (50,140,59). Sum of RGB (Red+Green+Blue) = 50+140+59=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #328C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328C3B is #CD73C4. Grayscale: #686868. Windows color (decimal): -13464517 or 3902514. OLE color: 3902514.

HSL color Cylindrical-coordinate representation of color #328C3B: hue angle of 126º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328C3B is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB5014059-
CMYK0.6400.580.45
HSL126º47.37%37.25%-
HSV(B)126º64.29%54.9%-
XYZ11.4819.757.34-
YUV103.86102.6889.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 140 (55.08% from 255) = 56.22%
BLUE value IS 59 (23.44% from 255) = 23.69%
R=20.08%
G=56.22%
B=23.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50140590.6400.580.4512647.3737.25
Hex328C3B4003A2D7e2f25
Octal6221473100072551765745
Binary11001010001100111011100000001110101011011111110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,140,59); }

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

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

 a { background-color: rgb(50,140,59); }

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

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

 span { border-color: rgb(50,140,59); }

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