#46C375

Color #46C375 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #46C375

Tints of Emerald #46C375

Color information

#46C375 (or 0x46C375) is unknown color: approx Emerald. HEX triplet: 46, C3 and 75. RGB value is (70,195,117). Sum of RGB (Red+Green+Blue) = 70+195+117=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #46C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C375 is #B93C8A. Grayscale: #949494. Windows color (decimal): -12139659 or 7717702. OLE color: 7717702.

HSL color Cylindrical-coordinate representation of color #46C375: hue angle of 142.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C375 is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB70195117-
CMYK0.6400.40.24
HSL142.56º51.02%51.96%-
HSV(B)142.56º64.1%76.47%-
XYZ25.2541.6223.53-
YUV148.73110.0971.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=18.32%
G=51.05%
B=30.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701951170.6400.40.24142.5651.0251.96
Hex46C37540028188f3334
Octal106303165100050302176364
Binary1000110110000111110101100000001010001100010001111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C375; }

 p { color: rgb(70,195,117); }

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

<style>
 a { background-color: #46C375; }

 a { background-color: rgb(70,195,117); }

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

<style>
 span { border-color: #46C375; }

 span { border-color: rgb(70,195,117); }

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