#357A2E

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

Shades of Japanese Laurel #357A2E

Tints of Japanese Laurel #357A2E

Color information

#357A2E (or 0x357A2E) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7A and 2E. RGB value is (53,122,46). Sum of RGB (Red+Green+Blue) = 53+122+46=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 122 (48.05% from 255 or 55.20% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 122 - color contains mainly: green. Hex color #357A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357A2E is #CA85D1. Grayscale: #5C5C5C. Windows color (decimal): -13272530 or 3045941. OLE color: 3045941.

HSL color Cylindrical-coordinate representation of color #357A2E: hue angle of 114.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357A2E is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB5312246-
CMYK0.5700.620.52
HSL114.47º45.24%32.94%-
HSV(B)114.47º62.3%47.84%-
XYZ8.9214.874.99-
YUV92.7101.6499.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 122 (48.05% from 255) = 55.20%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=23.98%
G=55.20%
B=20.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53122460.5700.620.52114.4745.2432.94
Hex357A2E3903E34722d21
Octal651725671076641625541
Binary110101111101010111011100101111101101001110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357A2E; }

 p { color: rgb(53,122,46); }

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

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

 a { background-color: rgb(53,122,46); }

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

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

 span { border-color: rgb(53,122,46); }

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