#347B40

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

Shades of Japanese Laurel #347B40

Tints of Japanese Laurel #347B40

Color information

#347B40 (or 0x347B40) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 40. RGB value is (52,123,64). Sum of RGB (Red+Green+Blue) = 52+123+64=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #347B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B40 is #CB84BF. Grayscale: #5F5F5F. Windows color (decimal): -13337792 or 4225844. OLE color: 4225844.

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

Color convert

RGB5212364-
CMYK0.5800.480.52
HSL130.14º40.57%34.31%-
HSV(B)130.14º57.72%48.24%-
XYZ9.4215.277.3-
YUV95.04110.4897.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=21.76%
G=51.46%
B=26.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123640.5800.480.52130.1440.5734.31
Hex347B403A03034822922
Octal6417310072060642025142
Binary11010011110111000000111010011000011010010000010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,123,64); }

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

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

 a { background-color: rgb(52,123,64); }

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

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

 span { border-color: rgb(52,123,64); }

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