#347A39

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

Shades of Japanese Laurel #347A39

Tints of Japanese Laurel #347A39

Color information

#347A39 (or 0x347A39) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7A and 39. RGB value is (52,122,57). Sum of RGB (Red+Green+Blue) = 52+122+57=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #347A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A39 is #CB85C6. Grayscale: #5D5D5D. Windows color (decimal): -13338055 or 3766836. OLE color: 3766836.

HSL color Cylindrical-coordinate representation of color #347A39: hue angle of 124.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347A39 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB5212257-
CMYK0.5700.530.52
HSL124.29º40.23%34.12%-
HSV(B)124.29º57.38%47.84%-
XYZ9.1114.946.28-
YUV93.66107.3198.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=22.51%
G=52.81%
B=24.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122570.5700.530.52124.2940.2334.12
Hex347A3939035347c2822
Octal641727171065641745042
Binary110100111101011100111100101101011101001111100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,57); }

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

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

 a { background-color: rgb(52,122,57); }

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

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

 span { border-color: rgb(52,122,57); }

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