#327B34

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

Shades of Japanese Laurel #327B34

Tints of Japanese Laurel #327B34

Color information

#327B34 (or 0x327B34) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7B and 34. RGB value is (50,123,52). Sum of RGB (Red+Green+Blue) = 50+123+52=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #327B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327B34 is #CD84CB. Grayscale: #5D5D5D. Windows color (decimal): -13468876 or 3439410. OLE color: 3439410.

HSL color Cylindrical-coordinate representation of color #327B34: hue angle of 121.64º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B34 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.52.

Color convert

RGB5012352-
CMYK0.5900.580.52
HSL121.64º42.2%33.92%-
HSV(B)121.64º59.35%48.24%-
XYZ9.0215.095.69-
YUV93.08104.8297.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=22.22%
G=54.67%
B=23.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50123520.5900.580.52121.6442.233.92
Hex327B343B03A347a2a22
Octal621736473072641725242
Binary110010111101111010011101101110101101001111010101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327B34; }

 p { color: rgb(50,123,52); }

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

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

 a { background-color: rgb(50,123,52); }

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

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

 span { border-color: rgb(50,123,52); }

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