#327338

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

Shades of Japanese Laurel #327338

Tints of Japanese Laurel #327338

Color information

#327338 (or 0x327338) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 38. RGB value is (50,115,56). Sum of RGB (Red+Green+Blue) = 50+115+56=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #327338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327338 is #CD8CC7. Grayscale: #595959. Windows color (decimal): -13470920 or 3699506. OLE color: 3699506.

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

Color convert

RGB5011556-
CMYK0.5700.510.55
HSL125.54º39.39%32.35%-
HSV(B)125.54º56.52%45.1%-
XYZ8.1613.235.86-
YUV88.84109.47100.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 115 (45.31% from 255) = 52.04%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=22.62%
G=52.04%
B=25.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115560.5700.510.55125.5439.3932.35
Hex32733839033377e2720
Octal621637071063671764740
Binary110010111001111100011100101100111101111111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327338; }

 p { color: rgb(50,115,56); }

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

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

 a { background-color: rgb(50,115,56); }

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

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

 span { border-color: rgb(50,115,56); }

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