#327234

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

Shades of Japanese Laurel #327234

Tints of Japanese Laurel #327234

Color information

#327234 (or 0x327234) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 34. RGB value is (50,114,52). Sum of RGB (Red+Green+Blue) = 50+114+52=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #327234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327234 is #CD8DCB. Grayscale: #575757. Windows color (decimal): -13471180 or 3437106. OLE color: 3437106.

HSL color Cylindrical-coordinate representation of color #327234: hue angle of 121.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327234 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB5011452-
CMYK0.5600.540.55
HSL121.88º39.02%32.16%-
HSV(B)121.88º56.14%44.71%-
XYZ7.9512.965.33-
YUV87.8107.8101.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=23.15%
G=52.78%
B=24.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114520.5600.540.55121.8839.0232.16
Hex32723438036377a2720
Octal621626470066671724740
Binary110010111001011010011100001101101101111111010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327234; }

 p { color: rgb(50,114,52); }

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

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

 a { background-color: rgb(50,114,52); }

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

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

 span { border-color: rgb(50,114,52); }

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