#328443

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

Shades of Japanese Laurel #328443

Tints of Japanese Laurel #328443

Color information

#328443 (or 0x328443) is unknown color: approx Japanese Laurel. HEX triplet: 32, 84 and 43. RGB value is (50,132,67). Sum of RGB (Red+Green+Blue) = 50+132+67=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #328443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328443 is #CD7BBC. Grayscale: #646464. Windows color (decimal): -13466557 or 4424754. OLE color: 4424754.

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

Color convert

RGB5013267-
CMYK0.6200.490.48
HSL132.44º45.05%35.69%-
HSV(B)132.44º62.12%51.76%-
XYZ10.5817.598.15-
YUV100.07109.3392.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 132 (51.95% from 255) = 53.01%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=20.08%
G=53.01%
B=26.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132670.6200.490.48132.4445.0535.69
Hex3284433E03130842d24
Octal6220410376061602045544
Binary110010100001001000011111110011000111000010000100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328443; }

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

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

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

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

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

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

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

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