#326C2A

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

Shades of Japanese Laurel #326C2A

Tints of Japanese Laurel #326C2A

Color information

#326C2A (or 0x326C2A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6C and 2A. RGB value is (50,108,42). Sum of RGB (Red+Green+Blue) = 50+108+42=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #326C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C2A is #CD93D5. Grayscale: #535353. Windows color (decimal): -13472726 or 2780210. OLE color: 2780210.

HSL color Cylindrical-coordinate representation of color #326C2A: hue angle of 112.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326C2A is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB5010842-
CMYK0.5400.610.58
HSL112.73º44%29.41%-
HSV(B)112.73º61.11%42.35%-
XYZ7.111.574.05-
YUV83.13104.78104.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 42 (16.80% from 255) = 21%
R=25%
G=54%
B=21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108420.5400.610.58112.734429.41
Hex326C2A3603D3A712c1d
Octal621545266075721615435
Binary11001011011001010101101100111101111010111000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,42); }

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

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

 a { background-color: rgb(50,108,42); }

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

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

 span { border-color: rgb(50,108,42); }

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