#327736

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

Shades of Japanese Laurel #327736

Tints of Japanese Laurel #327736

Color information

#327736 (or 0x327736) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 36. RGB value is (50,119,54). Sum of RGB (Red+Green+Blue) = 50+119+54=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #327736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327736 is #CD88C9. Grayscale: #5B5B5B. Windows color (decimal): -13469898 or 3569458. OLE color: 3569458.

HSL color Cylindrical-coordinate representation of color #327736: hue angle of 123.48º 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 #327736 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5011954-
CMYK0.5800.550.53
HSL123.48º40.83%33.14%-
HSV(B)123.48º57.98%46.67%-
XYZ8.5814.145.77-
YUV90.96107.1498.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=22.42%
G=53.36%
B=24.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119540.5800.550.53123.4840.8333.14
Hex3277363A037357b2921
Octal621676672067651735141
Binary110010111011111011011101001101111101011111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327736; }

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

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

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

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

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

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

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

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