#347E3E

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

Shades of Japanese Laurel #347E3E

Tints of Japanese Laurel #347E3E

Color information

#347E3E (or 0x347E3E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7E and 3E. RGB value is (52,126,62). Sum of RGB (Red+Green+Blue) = 52+126+62=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #347E3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E3E is #CB81C1. Grayscale: #606060. Windows color (decimal): -13337026 or 4095540. OLE color: 4095540.

HSL color Cylindrical-coordinate representation of color #347E3E: hue angle of 128.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E3E is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB5212662-
CMYK0.5900.510.51
HSL128.11º41.57%34.9%-
HSV(B)128.11º58.73%49.41%-
XYZ9.75167.13-
YUV96.58108.4896.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 126 (49.61% from 255) = 52.5%
BLUE value IS 62 (24.61% from 255) = 25.83%
R=21.67%
G=52.5%
B=25.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126620.5900.510.51128.1141.5734.9
Hex347E3E3B03333802a23
Octal641767673063632005243
Binary1101001111110111110111011011001111001110000000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347E3E; }

 p { color: rgb(52,126,62); }

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

<style>
 a { background-color: #347E3E; }

 a { background-color: rgb(52,126,62); }

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

<style>
 span { border-color: #347E3E; }

 span { border-color: rgb(52,126,62); }

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