#347A2E

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

Shades of Japanese Laurel #347A2E

Tints of Japanese Laurel #347A2E

Color information

#347A2E (or 0x347A2E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7A and 2E. RGB value is (52,122,46). Sum of RGB (Red+Green+Blue) = 52+122+46=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 122 (48.05% from 255 or 55.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 122 - color contains mainly: green. Hex color #347A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347A2E is #CB85D1. Grayscale: #5C5C5C. Windows color (decimal): -13338066 or 3045940. OLE color: 3045940.

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

Color convert

RGB5212246-
CMYK0.5700.620.52
HSL115.26º45.24%32.94%-
HSV(B)115.26º62.3%47.84%-
XYZ8.8714.854.98-
YUV92.41101.8199.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 122 (48.05% from 255) = 55.45%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=23.64%
G=55.45%
B=20.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52122460.5700.620.52115.2645.2432.94
Hex347A2E3903E34732d21
Octal641725671076641635541
Binary110100111101010111011100101111101101001110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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