#327335

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

Shades of Japanese Laurel #327335

Tints of Japanese Laurel #327335

Color information

#327335 (or 0x327335) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 35. RGB value is (50,115,53). Sum of RGB (Red+Green+Blue) = 50+115+53=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #327335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327335 is #CD8CCA. Grayscale: #585858. Windows color (decimal): -13470923 or 3502898. OLE color: 3502898.

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

Color convert

RGB5011553-
CMYK0.5700.540.55
HSL122.77º39.39%32.35%-
HSV(B)122.77º56.52%45.1%-
XYZ8.0913.25.49-
YUV88.5107.97100.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=22.94%
G=52.75%
B=24.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115530.5700.540.55122.7739.3932.35
Hex32733539036377b2720
Octal621636571066671734740
Binary110010111001111010111100101101101101111111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327335; }

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

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

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

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

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

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

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

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