#357E3F

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

Shades of Japanese Laurel #357E3F

Tints of Japanese Laurel #357E3F

Color information

#357E3F (or 0x357E3F) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7E and 3F. RGB value is (53,126,63). Sum of RGB (Red+Green+Blue) = 53+126+63=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #357E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E3F is #CA81C0. Grayscale: #616161. Windows color (decimal): -13271489 or 4161077. OLE color: 4161077.

HSL color Cylindrical-coordinate representation of color #357E3F: hue angle of 128.22º 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 #357E3F is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB5312663-
CMYK0.5800.500.51
HSL128.22º40.78%35.1%-
HSV(B)128.22º57.94%49.41%-
XYZ9.8316.047.28-
YUV96.99108.8296.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.90%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 63 (25% from 255) = 26.03%
R=21.90%
G=52.07%
B=26.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126630.5800.500.51128.2240.7835.1
Hex357E3F3A03233802923
Octal651767772062632005143
Binary1101011111110111111111010011001011001110000000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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