#347F3A

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

Shades of Japanese Laurel #347F3A

Tints of Japanese Laurel #347F3A

Color information

#347F3A (or 0x347F3A) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7F and 3A. RGB value is (52,127,58). Sum of RGB (Red+Green+Blue) = 52+127+58=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #347F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F3A is #CB80C5. Grayscale: #606060. Windows color (decimal): -13336774 or 3833652. OLE color: 3833652.

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

Color convert

RGB5212758-
CMYK0.5900.540.50
HSL124.8º41.9%35.1%-
HSV(B)124.8º59.06%49.8%-
XYZ9.7716.216.62-
YUV96.71106.1596.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=21.94%
G=53.59%
B=24.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127580.5900.540.50124.841.935.1
Hex347F3A3B036327d2a23
Octal641777273066621755243
Binary110100111111111101011101101101101100101111101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,58); }

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

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

 a { background-color: rgb(52,127,58); }

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

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

 span { border-color: rgb(52,127,58); }

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