#328439

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

Shades of Japanese Laurel #328439

Tints of Japanese Laurel #328439

Color information

#328439 (or 0x328439) is unknown color: approx Japanese Laurel. HEX triplet: 32, 84 and 39. RGB value is (50,132,57). Sum of RGB (Red+Green+Blue) = 50+132+57=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #328439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328439 is #CD7BC6. Grayscale: #636363. Windows color (decimal): -13466567 or 3769394. OLE color: 3769394.

HSL color Cylindrical-coordinate representation of color #328439: hue angle of 125.12º 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 #328439 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5013257-
CMYK0.6200.570.48
HSL125.12º45.05%35.69%-
HSV(B)125.12º62.12%51.76%-
XYZ10.3117.486.7-
YUV98.93104.3393.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=20.92%
G=55.23%
B=23.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132570.6200.570.48125.1245.0535.69
Hex3284393E039307d2d24
Octal622047176071601755544
Binary1100101000010011100111111001110011100001111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328439; }

 p { color: rgb(50,132,57); }

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

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

 a { background-color: rgb(50,132,57); }

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

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

 span { border-color: rgb(50,132,57); }

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