#347D3D

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

Shades of Japanese Laurel #347D3D

Tints of Japanese Laurel #347D3D

Color information

#347D3D (or 0x347D3D) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7D and 3D. RGB value is (52,125,61). Sum of RGB (Red+Green+Blue) = 52+125+61=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #347D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D3D is #CB82C2. Grayscale: #606060. Windows color (decimal): -13337283 or 4029748. OLE color: 4029748.

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

Color convert

RGB5212561-
CMYK0.5800.510.51
HSL127.4º41.24%34.71%-
HSV(B)127.4º58.4%49.02%-
XYZ9.5915.736.95-
YUV95.88108.3296.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 125 (49.22% from 255) = 52.52%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=21.85%
G=52.52%
B=25.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52125610.5800.510.51127.441.2434.71
Hex347D3D3A033337f2923
Octal641757572063631775143
Binary110100111110111110111101001100111100111111111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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