#346B2F

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

Shades of Japanese Laurel #346B2F

Tints of Japanese Laurel #346B2F

Color information

#346B2F (or 0x346B2F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 6B and 2F. RGB value is (52,107,47). Sum of RGB (Red+Green+Blue) = 52+107+47=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #346B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346B2F is #CB94D0. Grayscale: #535353. Windows color (decimal): -13341905 or 3107636. OLE color: 3107636.

HSL color Cylindrical-coordinate representation of color #346B2F: hue angle of 115º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346B2F is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB5210747-
CMYK0.5100.560.58
HSL115º38.96%30.2%-
HSV(B)115º56.07%41.96%-
XYZ7.1911.454.52-
YUV83.72107.28105.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 107 (42.19% from 255) = 51.94%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=25.24%
G=51.94%
B=22.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107470.5100.560.5811538.9630.2
Hex346B2F330383A73271e
Octal641535763070721634736
Binary11010011010111011111100110111000111010111001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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