#357241

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

Shades of Japanese Laurel #357241

Tints of Japanese Laurel #357241

Color information

#357241 (or 0x357241) is unknown color: approx Japanese Laurel. HEX triplet: 35, 72 and 41. RGB value is (53,114,65). Sum of RGB (Red+Green+Blue) = 53+114+65=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #357241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357241 is #CA8DBE. Grayscale: #5A5A5A. Windows color (decimal): -13274559 or 4289077. OLE color: 4289077.

HSL color Cylindrical-coordinate representation of color #357241: hue angle of 131.8º 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 #357241 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5311465-
CMYK0.5400.430.55
HSL131.8º36.53%32.75%-
HSV(B)131.8º53.51%44.71%-
XYZ8.4413.177.1-
YUV90.17113.79101.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.84%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=22.84%
G=49.14%
B=28.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53114650.5400.430.55131.836.5332.75
Hex3572413602B37842521
Octal6516210166053672044541
Binary11010111100101000001110110010101111011110000100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357241; }

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

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

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

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

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

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

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

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