#326E2F

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

Shades of Japanese Laurel #326E2F

Tints of Japanese Laurel #326E2F

Color information

#326E2F (or 0x326E2F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6E and 2F. RGB value is (50,110,47). Sum of RGB (Red+Green+Blue) = 50+110+47=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #326E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E2F is #CD91D0. Grayscale: #555555. Windows color (decimal): -13472209 or 3108402. OLE color: 3108402.

HSL color Cylindrical-coordinate representation of color #326E2F: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326E2F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB5011047-
CMYK0.5500.570.57
HSL117.14º40.13%30.78%-
HSV(B)117.14º57.27%43.14%-
XYZ7.412.044.62-
YUV84.88106.62103.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=24.15%
G=53.14%
B=22.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110470.5500.570.57117.1440.1330.78
Hex326E2F370393975281f
Octal621565767071711655037
Binary11001011011101011111101110111001111001111010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,110,47); }

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

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

 a { background-color: rgb(50,110,47); }

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

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

 span { border-color: rgb(50,110,47); }

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