Html Css Color HEX #46C069 Emerald

📋 copy color: '#46C069'

red 70 ◦ green 192 ◦ blue 105

#46C069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #46C069

Tints of Emerald #46C069

RGB

 RED value IS 70 (27.73% from 255) = 19.07%

 GREEN value IS 192 (75.39% from 255) = 52.32%

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 19.07%
G = 52.32%
B = 28.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#46C069 (or 0x46C069) is known color: Emerald. HEX triplet: 46, C0 and 69. RGB value is (70,192,105). Sum of RGB (Red+Green+Blue) = 70+192+105=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #46C069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C069 is #B93F96. Grayscale: #919191. Windows color (decimal): -12140439 or 6930502. OLE color: 6930502.

HSL color Cylindrical-coordinate representation of color #46C069: hue angle of 137.21º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C069 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 192 105 -
CMYK 0.64 0 0.45 0.25
HSL 137.21º 0.49% 0.51% -
HSV(B) 137.21º 0.64% 0.75% -
XYZ 23.93 40.02 19.83 -
YUV 145.6 105.08 74.07 -
System Red Green Blue C M Y K H S L
Decimal 70 192 105 0.64 0 0.45 0.25 137.21 0.49 0.51
Hex 46 C0 69 40 0 2D 19 89 31 33
Octal 106 300 151 100 0 55 31 211 61 63
Binary 1000110 11000000 1101001 1000000 0 101101 11001 10001001 110001 110011

Color Harmonies of #46C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C069

Black with #46C069

Text Example


Text Example

White with #46C069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,192,105); }

 H1.HeaderClassName
 {
   color: #46C069;
 }
 .AnyTagClassName
 {
   color: #46C069;
 }
</style>

background-color css

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

 a { background-color: rgb(70,192,105); }

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

border-color css

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

 span { border-color: rgb(70,192,105); }

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