#347D3F

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

Shades of Japanese Laurel #347D3F

Tints of Japanese Laurel #347D3F

Color information

#347D3F (or 0x347D3F) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7D and 3F. RGB value is (52,125,63). Sum of RGB (Red+Green+Blue) = 52+125+63=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #347D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D3F is #CB82C0. Grayscale: #606060. Windows color (decimal): -13337281 or 4160820. OLE color: 4160820.

HSL color Cylindrical-coordinate representation of color #347D3F: hue angle of 129.04º 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 #347D3F is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB5212563-
CMYK0.5800.500.51
HSL129.04º41.24%34.71%-
HSV(B)129.04º58.4%49.02%-
XYZ9.6515.767.24-
YUV96.1109.3296.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 63 (25% from 255) = 26.25%
R=21.67%
G=52.08%
B=26.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52125630.5800.500.51129.0441.2434.71
Hex347D3F3A03233812923
Octal641757772062632015143
Binary1101001111101111111111010011001011001110000001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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