#35AF5F

Color #35AF5F Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35AF5F

Tints of Medium Sea Green #35AF5F

Color information

#35AF5F (or 0x35AF5F) is unknown color: approx Medium Sea Green. HEX triplet: 35, AF and 5F. RGB value is (53,175,95). Sum of RGB (Red+Green+Blue) = 53+175+95=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF5F is #CA50A0. Grayscale: #818181. Windows color (decimal): -13258913 or 6270773. OLE color: 6270773.

HSL color Cylindrical-coordinate representation of color #35AF5F: hue angle of 140.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF5F is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB5317595-
CMYK0.7000.460.31
HSL140.66º53.51%44.71%-
HSV(B)140.66º69.71%68.63%-
XYZ18.8632.2416.06-
YUV129.4108.5873.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=16.41%
G=54.18%
B=29.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175950.7000.460.31140.6653.5144.71
Hex35AF5F4602E1F8d362d
Octal65257137106056372156655
Binary110101101011111011111100011001011101111110001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AF5F; }

 p { color: rgb(53,175,95); }

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

<style>
 a { background-color: #35AF5F; }

 a { background-color: rgb(53,175,95); }

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

<style>
 span { border-color: #35AF5F; }

 span { border-color: rgb(53,175,95); }

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