#346D2E

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

Shades of Japanese Laurel #346D2E

Tints of Japanese Laurel #346D2E

Color information

#346D2E (or 0x346D2E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6D and 2E. RGB value is (52,109,46). Sum of RGB (Red+Green+Blue) = 52+109+46=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #346D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D2E is #CB92D1. Grayscale: #545454. Windows color (decimal): -13341394 or 3042612. OLE color: 3042612.

HSL color Cylindrical-coordinate representation of color #346D2E: hue angle of 114.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #346D2E is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB5210946-
CMYK0.5200.580.57
HSL114.29º40.65%30.39%-
HSV(B)114.29º57.8%42.75%-
XYZ7.3811.864.49-
YUV84.78106.12104.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 109 (42.97% from 255) = 52.66%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=25.12%
G=52.66%
B=22.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52109460.5200.580.57114.2940.6530.39
Hex346D2E3403A3972291e
Octal641555664072711625136
Binary11010011011011011101101000111010111001111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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