#347F35

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

Shades of Japanese Laurel #347F35

Tints of Japanese Laurel #347F35

Color information

#347F35 (or 0x347F35) is unknown color: approx Japanese Laurel. HEX triplet: 34, 7F and 35. RGB value is (52,127,53). Sum of RGB (Red+Green+Blue) = 52+127+53=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #347F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F35 is #CB80CA. Grayscale: #606060. Windows color (decimal): -13336779 or 3505972. OLE color: 3505972.

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

Color convert

RGB5212753-
CMYK0.5900.580.50
HSL120.8º41.9%35.1%-
HSV(B)120.8º59.06%49.8%-
XYZ9.6516.175.98-
YUV96.14103.6596.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 127 (50% from 255) = 54.74%
BLUE value IS 53 (21.09% from 255) = 22.84%
R=22.41%
G=54.74%
B=22.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52127530.5900.580.50120.841.935.1
Hex347F353B03A32792a23
Octal641776573072621715243
Binary110100111111111010111101101110101100101111001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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