#326F34

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

Shades of Japanese Laurel #326F34

Tints of Japanese Laurel #326F34

Color information

#326F34 (or 0x326F34) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6F and 34. RGB value is (50,111,52). Sum of RGB (Red+Green+Blue) = 50+111+52=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #326F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F34 is #CD90CB. Grayscale: #565656. Windows color (decimal): -13471948 or 3436338. OLE color: 3436338.

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

Color convert

RGB5011152-
CMYK0.5500.530.56
HSL121.97º37.89%31.57%-
HSV(B)121.97º54.95%43.53%-
XYZ7.6212.295.22-
YUV86.04108.79102.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=23.47%
G=52.11%
B=24.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111520.5500.530.56121.9737.8931.57
Hex326F3437035387a2620
Octal621576467065701724640
Binary110010110111111010011011101101011110001111010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326F34; }

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

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

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

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

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

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

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

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