#328841

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

Shades of Japanese Laurel #328841

Tints of Japanese Laurel #328841

Color information

#328841 (or 0x328841) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 41. RGB value is (50,136,65). Sum of RGB (Red+Green+Blue) = 50+136+65=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #328841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328841 is #CD77BE. Grayscale: #666666. Windows color (decimal): -13465535 or 4294706. OLE color: 4294706.

HSL color Cylindrical-coordinate representation of color #328841: hue angle of 130.47º 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 #328841 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB5013665-
CMYK0.6300.520.47
HSL130.47º46.24%36.47%-
HSV(B)130.47º63.24%53.33%-
XYZ11.0718.678.02-
YUV102.19107.0190.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 65 (25.78% from 255) = 25.90%
R=19.92%
G=54.18%
B=25.90%

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
Decimal50136650.6300.520.47130.4746.2436.47
Hex3288413F0342F822e24
Octal6221010177064572025644
Binary110010100010001000001111111011010010111110000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328841; }

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

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

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

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

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

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

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

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