#347B3E

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

Shades of Japanese Laurel #347B3E

Tints of Japanese Laurel #347B3E

Color information

#347B3E (or 0x347B3E) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7B and 3E. RGB value is (52,123,62). Sum of RGB (Red+Green+Blue) = 52+123+62=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #347B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B3E is #CB84C1. Grayscale: #5E5E5E. Windows color (decimal): -13337794 or 4094772. OLE color: 4094772.

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

Color convert

RGB5212362-
CMYK0.5800.500.52
HSL128.45º40.57%34.31%-
HSV(B)128.45º57.72%48.24%-
XYZ9.3715.247.01-
YUV94.82109.4897.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=21.94%
G=51.90%
B=26.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123620.5800.500.52128.4540.5734.31
Hex347B3E3A03234802922
Octal641737672062642005142
Binary1101001111011111110111010011001011010010000000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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