#3AAF64

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

Shades of Medium Sea Green #3AAF64

Tints of Medium Sea Green #3AAF64

Color information

#3AAF64 (or 0x3AAF64) is unknown color: approx Medium Sea Green. HEX triplet: 3A, AF and 64. RGB value is (58,175,100). Sum of RGB (Red+Green+Blue) = 58+175+100=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF64 is #C5509B. Grayscale: #838383. Windows color (decimal): -12931228 or 6598458. OLE color: 6598458.

HSL color Cylindrical-coordinate representation of color #3AAF64: hue angle of 141.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF64 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB58175100-
CMYK0.6700.430.31
HSL141.54º50.21%45.69%-
HSV(B)141.54º66.86%68.63%-
XYZ19.3832.4817.3-
YUV131.47110.2475.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=17.42%
G=52.55%
B=30.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751000.6700.430.31141.5450.2145.69
Hex3AAF644302B1F8e322e
Octal72257144103053372166256
Binary111010101011111100100100001101010111111110001110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAF64; }

 p { color: rgb(58,175,100); }

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

<style>
 a { background-color: #3AAF64; }

 a { background-color: rgb(58,175,100); }

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

<style>
 span { border-color: #3AAF64; }

 span { border-color: rgb(58,175,100); }

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