#327735

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

Shades of Japanese Laurel #327735

Tints of Japanese Laurel #327735

Color information

#327735 (or 0x327735) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 35. RGB value is (50,119,53). Sum of RGB (Red+Green+Blue) = 50+119+53=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #327735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327735 is #CD88CA. Grayscale: #5B5B5B. Windows color (decimal): -13469899 or 3503922. OLE color: 3503922.

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

Color convert

RGB5011953-
CMYK0.5800.550.53
HSL122.61º40.83%33.14%-
HSV(B)122.61º57.98%46.67%-
XYZ8.5514.135.64-
YUV90.84106.6498.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=22.52%
G=53.60%
B=23.87%

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
Decimal50119530.5800.550.53122.6140.8333.14
Hex3277353A037357b2921
Octal621676572067651735141
Binary110010111011111010111101001101111101011111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327735; }

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

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

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

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

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

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

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

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