#347D3B

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

Shades of Japanese Laurel #347D3B

Tints of Japanese Laurel #347D3B

Color information

#347D3B (or 0x347D3B) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7D and 3B. RGB value is (52,125,59). Sum of RGB (Red+Green+Blue) = 52+125+59=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #347D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D3B is #CB82C4. Grayscale: #5F5F5F. Windows color (decimal): -13337285 or 3898676. OLE color: 3898676.

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

Color convert

RGB5212559-
CMYK0.5800.530.51
HSL125.75º41.24%34.71%-
HSV(B)125.75º58.4%49.02%-
XYZ9.5415.716.67-
YUV95.65107.3296.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 125 (49.22% from 255) = 52.97%
BLUE value IS 59 (23.44% from 255) = 25%
R=22.03%
G=52.97%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52125590.5800.530.51125.7541.2434.71
Hex347D3B3A035337e2923
Octal641757372065631765143
Binary110100111110111101111101001101011100111111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,125,59); }

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

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

 a { background-color: rgb(52,125,59); }

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

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

 span { border-color: rgb(52,125,59); }

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