#347540

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

Shades of Japanese Laurel #347540

Tints of Japanese Laurel #347540

Color information

#347540 (or 0x347540) is unknown color: approx Japanese Laurel. HEX triplet: 34, 75 and 40. RGB value is (52,117,64). Sum of RGB (Red+Green+Blue) = 52+117+64=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #347540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347540 is #CB8ABF. Grayscale: #5B5B5B. Windows color (decimal): -13339328 or 4224308. OLE color: 4224308.

HSL color Cylindrical-coordinate representation of color #347540: hue angle of 131.08º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347540 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB5211764-
CMYK0.5600.450.54
HSL131.08º38.46%33.14%-
HSV(B)131.08º55.56%45.88%-
XYZ8.713.827.06-
YUV91.52112.4799.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=22.32%
G=50.21%
B=27.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52117640.5600.450.54131.0838.4633.14
Hex3475403802D36832621
Octal6416510070055662034641
Binary11010011101011000000111000010110111011010000011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347540; }

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

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

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

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

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

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

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

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