Html Css Color HEX #46C695 Shamrock

📋 copy color: '#46C695'

red 70 ◦ green 198 ◦ blue 149

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

Shades of Shamrock #46C695

Tints of Shamrock #46C695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 16.79%
G = 47.48%
B = 35.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#46C695 (or 0x46C695) is known color: Shamrock. HEX triplet: 46, C6 and 95. RGB value is (70,198,149). Sum of RGB (Red+Green+Blue) = 70+198+149=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #46C695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C695 is #B9396A. Grayscale: #9A9A9A. Windows color (decimal): -12138859 or 9815622. OLE color: 9815622.

HSL color Cylindrical-coordinate representation of color #46C695: hue angle of 157.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C695 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 198 149 -
CMYK 0.65 0 0.25 0.22
HSL 157.03º 0.53% 0.53% -
HSV(B) 157.03º 0.65% 0.78% -
XYZ 28.14 43.86 35.42 -
YUV 154.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 70 198 149 0.65 0 0.25 0.22 157.03 0.53 0.53
Hex 46 C6 95 41 0 19 16 9D 35 35
Octal 106 306 225 101 0 31 26 235 65 65
Binary 1000110 11000110 10010101 1000001 0 11001 10110 10011101 110101 110101

Color Harmonies of #46C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C695

Black with #46C695

Text Example


Text Example

White with #46C695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,198,149); }

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

background-color css

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

 a { background-color: rgb(70,198,149); }

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

border-color css

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

 span { border-color: rgb(70,198,149); }

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