#357E3C

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

Shades of Japanese Laurel #357E3C

Tints of Japanese Laurel #357E3C

Color information

#357E3C (or 0x357E3C) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7E and 3C. RGB value is (53,126,60). Sum of RGB (Red+Green+Blue) = 53+126+60=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 126 (49.61% from 255 or 52.72% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 126 - color contains mainly: green. Hex color #357E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E3C is #CA81C3. Grayscale: #606060. Windows color (decimal): -13271492 or 3964469. OLE color: 3964469.

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

Color convert

RGB5312660-
CMYK0.5800.520.51
HSL125.75º40.78%35.1%-
HSV(B)125.75º57.94%49.41%-
XYZ9.74166.85-
YUV96.65107.3296.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 126 (49.61% from 255) = 52.72%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=22.18%
G=52.72%
B=25.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126600.5800.520.51125.7540.7835.1
Hex357E3C3A034337e2923
Octal651767472064631765143
Binary110101111111011110011101001101001100111111110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,60); }

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

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

 a { background-color: rgb(53,126,60); }

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

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

 span { border-color: rgb(53,126,60); }

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