#346D2F

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

Shades of Japanese Laurel #346D2F

Tints of Japanese Laurel #346D2F

Color information

#346D2F (or 0x346D2F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6D and 2F. RGB value is (52,109,47). Sum of RGB (Red+Green+Blue) = 52+109+47=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #346D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D2F is #CB92D0. Grayscale: #555555. Windows color (decimal): -13341393 or 3108148. OLE color: 3108148.

HSL color Cylindrical-coordinate representation of color #346D2F: hue angle of 115.16º 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 #346D2F is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB5210947-
CMYK0.5200.570.57
HSL115.16º39.74%30.59%-
HSV(B)115.16º56.88%42.75%-
XYZ7.411.874.59-
YUV84.89106.62104.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=25%
G=52.40%
B=22.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52109470.5200.570.57115.1639.7430.59
Hex346D2F340393973281f
Octal641555764071711635037
Binary11010011011011011111101000111001111001111001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346D2F; }

 p { color: rgb(52,109,47); }

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

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

 a { background-color: rgb(52,109,47); }

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

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

 span { border-color: rgb(52,109,47); }

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