#327734

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

Shades of Japanese Laurel #327734

Tints of Japanese Laurel #327734

Color information

#327734 (or 0x327734) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 34. RGB value is (50,119,52). Sum of RGB (Red+Green+Blue) = 50+119+52=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #327734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327734 is #CD88CB. Grayscale: #5A5A5A. Windows color (decimal): -13469900 or 3438386. OLE color: 3438386.

HSL color Cylindrical-coordinate representation of color #327734: hue angle of 121.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327734 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB5011952-
CMYK0.5800.560.53
HSL121.74º40.83%33.14%-
HSV(B)121.74º57.98%46.67%-
XYZ8.5314.125.52-
YUV90.73106.1498.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 52 (20.70% from 255) = 23.53%
R=22.62%
G=53.85%
B=23.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119520.5800.560.53121.7440.8333.14
Hex3277343A038357a2921
Octal621676472070651725141
Binary110010111011111010011101001110001101011111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327734; }

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

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

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

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

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

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

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

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