#357140

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

Shades of Japanese Laurel #357140

Tints of Japanese Laurel #357140

Color information

#357140 (or 0x357140) is unknown color: approx Japanese Laurel. HEX triplet: 35, 71 and 40. RGB value is (53,113,64). Sum of RGB (Red+Green+Blue) = 53+113+64=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #357140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357140 is #CA8EBF. Grayscale: #595959. Windows color (decimal): -13274816 or 4223285. OLE color: 4223285.

HSL color Cylindrical-coordinate representation of color #357140: hue angle of 131º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357140 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5311364-
CMYK0.5300.430.56
HSL131º36.14%32.55%-
HSV(B)131º53.1%44.31%-
XYZ8.312.946.91-
YUV89.47113.62101.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 113 (44.53% from 255) = 49.13%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=23.04%
G=49.13%
B=27.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113640.5300.430.5613136.1432.55
Hex3571403502B38832421
Octal6516110065053702034441
Binary11010111100011000000110101010101111100010000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357140; }

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

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

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

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

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

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

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

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