#357E43

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

Shades of Japanese Laurel #357E43

Tints of Japanese Laurel #357E43

Color information

#357E43 (or 0x357E43) is unknown color: approx Japanese Laurel. HEX triplet: 35, 7E and 43. RGB value is (53,126,67). Sum of RGB (Red+Green+Blue) = 53+126+67=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #357E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357E43 is #CA81BC. Grayscale: #616161. Windows color (decimal): -13271485 or 4423221. OLE color: 4423221.

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

Color convert

RGB5312667-
CMYK0.5800.470.51
HSL131.51º40.78%35.1%-
HSV(B)131.51º57.94%49.41%-
XYZ9.9416.087.89-
YUV97.45110.8296.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 126 (49.61% from 255) = 51.22%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=21.54%
G=51.22%
B=27.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126670.5800.470.51131.5140.7835.1
Hex357E433A02F33842923
Octal6517610372057632045143
Binary11010111111101000011111010010111111001110000100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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