#357240

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

Shades of Japanese Laurel #357240

Tints of Japanese Laurel #357240

Color information

#357240 (or 0x357240) is unknown color: approx Japanese Laurel. HEX triplet: 35, 72 and 40. RGB value is (53,114,64). Sum of RGB (Red+Green+Blue) = 53+114+64=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #357240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357240 is #CA8DBF. Grayscale: #5A5A5A. Windows color (decimal): -13274560 or 4223541. OLE color: 4223541.

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

Color convert

RGB5311464-
CMYK0.5400.440.55
HSL130.82º36.53%32.75%-
HSV(B)130.82º53.51%44.71%-
XYZ8.4113.166.95-
YUV90.06113.29101.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=22.94%
G=49.35%
B=27.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114640.5400.440.55130.8236.5332.75
Hex3572403602C37832521
Octal6516210066054672034541
Binary11010111100101000000110110010110011011110000011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357240; }

 p { color: rgb(53,114,64); }

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

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

 a { background-color: rgb(53,114,64); }

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

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

 span { border-color: rgb(53,114,64); }

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