#347F3D

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

Shades of Japanese Laurel #347F3D

Tints of Japanese Laurel #347F3D

Color information

#347F3D (or 0x347F3D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7F and 3D. RGB value is (52,127,61). Sum of RGB (Red+Green+Blue) = 52+127+61=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #347F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F3D is #CB80C2. Grayscale: #616161. Windows color (decimal): -13336771 or 4030260. OLE color: 4030260.

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

Color convert

RGB5212761-
CMYK0.5900.520.50
HSL127.2º41.9%35.1%-
HSV(B)127.2º59.06%49.8%-
XYZ9.8516.257.03-
YUV97.05107.6595.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 127 (50% from 255) = 52.92%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=21.67%
G=52.92%
B=25.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127610.5900.520.50127.241.935.1
Hex347F3D3B034327f2a23
Octal641777573064621775243
Binary110100111111111110111101101101001100101111111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,61); }

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

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

 a { background-color: rgb(52,127,61); }

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

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

 span { border-color: rgb(52,127,61); }

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