#347C41

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

Shades of Japanese Laurel #347C41

Tints of Japanese Laurel #347C41

Color information

#347C41 (or 0x347C41) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7C and 41. RGB value is (52,124,65). Sum of RGB (Red+Green+Blue) = 52+124+65=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #347C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347C41 is #CB83BE. Grayscale: #5F5F5F. Windows color (decimal): -13337535 or 4291636. OLE color: 4291636.

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

Color convert

RGB5212465-
CMYK0.5800.480.51
HSL130.83º40.91%34.51%-
HSV(B)130.83º58.06%48.63%-
XYZ9.5815.537.49-
YUV95.75110.6596.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.58%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=21.58%
G=51.45%
B=26.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52124650.5800.480.51130.8340.9134.51
Hex347C413A03033832923
Octal6417410172060632035143
Binary11010011111001000001111010011000011001110000011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,124,65); }

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

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

 a { background-color: rgb(52,124,65); }

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

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

 span { border-color: rgb(52,124,65); }

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