#328741

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

Shades of Japanese Laurel #328741

Tints of Japanese Laurel #328741

Color information

#328741 (or 0x328741) is unknown color: approx Japanese Laurel. HEX triplet: 32, 87 and 41. RGB value is (50,135,65). Sum of RGB (Red+Green+Blue) = 50+135+65=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #328741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328741 is #CD78BE. Grayscale: #656565. Windows color (decimal): -13465791 or 4294450. OLE color: 4294450.

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

Color convert

RGB5013565-
CMYK0.6300.520.47
HSL130.59º45.95%36.27%-
HSV(B)130.59º62.96%52.94%-
XYZ10.9318.397.97-
YUV101.6107.3491.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 65 (25.78% from 255) = 26%
R=20%
G=54%
B=26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135650.6300.520.47130.5945.9536.27
Hex3287413F0342F832e24
Octal6220710177064572035644
Binary110010100001111000001111111011010010111110000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328741; }

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

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

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

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

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

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

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

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