#328630

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

Shades of Japanese Laurel #328630

Tints of Japanese Laurel #328630

Color information

#328630 (or 0x328630) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 30. RGB value is (50,134,48). Sum of RGB (Red+Green+Blue) = 50+134+48=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #328630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328630 is #CD79CF. Grayscale: #636363. Windows color (decimal): -13466064 or 3180082. OLE color: 3180082.

HSL color Cylindrical-coordinate representation of color #328630: hue angle of 118.6º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328630 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB5013448-
CMYK0.6300.640.47
HSL118.6º47.25%35.69%-
HSV(B)118.6º64.18%52.55%-
XYZ10.3717.945.71-
YUV99.0899.1792.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=21.55%
G=57.76%
B=20.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134480.6300.640.47118.647.2535.69
Hex3286303F0402F772f24
Octal6220660770100571675744
Binary11001010000110110000111111010000001011111110111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328630; }

 p { color: rgb(50,134,48); }

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

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

 a { background-color: rgb(50,134,48); }

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

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

 span { border-color: rgb(50,134,48); }

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