#347E37

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

Shades of Japanese Laurel #347E37

Tints of Japanese Laurel #347E37

Color information

#347E37 (or 0x347E37) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7E and 37. RGB value is (52,126,55). Sum of RGB (Red+Green+Blue) = 52+126+55=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 126 (49.61% from 255 or 54.08% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 126 - color contains mainly: green. Hex color #347E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E37 is #CB81C8. Grayscale: #5F5F5F. Windows color (decimal): -13337033 or 3636788. OLE color: 3636788.

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

Color convert

RGB5212655-
CMYK0.5900.560.51
HSL122.43º41.57%34.9%-
HSV(B)122.43º58.73%49.41%-
XYZ9.5715.936.18-
YUV95.78104.9896.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 126 (49.61% from 255) = 54.08%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=22.32%
G=54.08%
B=23.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52126550.5900.560.51122.4341.5734.9
Hex347E373B038337a2a23
Octal641766773070631725243
Binary110100111111011011111101101110001100111111010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,55); }

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

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

 a { background-color: rgb(52,126,55); }

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

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

 span { border-color: rgb(52,126,55); }

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