#357C41

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

Shades of Japanese Laurel #357C41

Tints of Japanese Laurel #357C41

Color information

#357C41 (or 0x357C41) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7C and 41. RGB value is (53,124,65). Sum of RGB (Red+Green+Blue) = 53+124+65=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #357C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357C41 is #CA83BE. Grayscale: #606060. Windows color (decimal): -13271999 or 4291637. OLE color: 4291637.

HSL color Cylindrical-coordinate representation of color #357C41: hue angle of 130.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C41 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB5312465-
CMYK0.5700.480.51
HSL130.14º40.11%34.71%-
HSV(B)130.14º57.26%48.63%-
XYZ9.6315.557.5-
YUV96.04110.4897.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 124 (48.83% from 255) = 51.24%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=21.90%
G=51.24%
B=26.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53124650.5700.480.51130.1440.1134.71
Hex357C413903033822823
Octal6517410171060632025043
Binary11010111111001000001111001011000011001110000010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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