#327D2E

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

Shades of Japanese Laurel #327D2E

Tints of Japanese Laurel #327D2E

Color information

#327D2E (or 0x327D2E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7D and 2E. RGB value is (50,125,46). Sum of RGB (Red+Green+Blue) = 50+125+46=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #327D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D2E is #CD82D1. Grayscale: #5D5D5D. Windows color (decimal): -13468370 or 3046706. OLE color: 3046706.

HSL color Cylindrical-coordinate representation of color #327D2E: hue angle of 116.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327D2E is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB5012546-
CMYK0.6000.630.51
HSL116.96º46.2%33.53%-
HSV(B)116.96º63.2%49.02%-
XYZ9.1415.545.1-
YUV93.57101.1596.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 125 (49.22% from 255) = 56.56%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=22.62%
G=56.56%
B=20.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50125460.6000.630.51116.9646.233.53
Hex327D2E3C03F33752e22
Octal621755674077631655642
Binary110010111110110111011110001111111100111110101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D2E; }

 p { color: rgb(50,125,46); }

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

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

 a { background-color: rgb(50,125,46); }

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

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

 span { border-color: rgb(50,125,46); }

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