#327135

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

Shades of Japanese Laurel #327135

Tints of Japanese Laurel #327135

Color information

#327135 (or 0x327135) is unknown color: approx Japanese Laurel. HEX triplet: 32, 71 and 35. RGB value is (50,113,53). Sum of RGB (Red+Green+Blue) = 50+113+53=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #327135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327135 is #CD8ECA. Grayscale: #575757. Windows color (decimal): -13471435 or 3502386. OLE color: 3502386.

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

Color convert

RGB5011353-
CMYK0.5600.530.56
HSL122.86º38.65%31.96%-
HSV(B)122.86º55.75%44.31%-
XYZ7.8612.755.41-
YUV87.32108.63101.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=23.15%
G=52.31%
B=24.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113530.5600.530.56122.8638.6531.96
Hex32713538035387b2720
Octal621616570065701734740
Binary110010111000111010111100001101011110001111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327135; }

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

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

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

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

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

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

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

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