Html Css Color HEX #40B795 Shamrock

📋 copy color: '#40B795'

red 64 ◦ green 183 ◦ blue 149

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

Shades of Shamrock #40B795

Tints of Shamrock #40B795

RGB

 RED value IS 64 (25.39% from 255) = 16.16%

 GREEN value IS 183 (71.88% from 255) = 46.21%

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

R = 16.16%
G = 46.21%
B = 37.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#40B795 (or 0x40B795) is known color: Shamrock. HEX triplet: 40, B7 and 95. RGB value is (64,183,149). Sum of RGB (Red+Green+Blue) = 64+183+149=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #40B795 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B795 is #BF486A. Grayscale: #8F8F8F. Windows color (decimal): -12535915 or 9811776. OLE color: 9811776.

HSL color Cylindrical-coordinate representation of color #40B795: hue angle of 162.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B795 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 183 149 -
CMYK 0.65 0 0.19 0.28
HSL 162.86º 0.48% 0.48% -
HSV(B) 162.86º 0.65% 0.72% -
XYZ 24.47 37.13 34.31 -
YUV 143.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 64 183 149 0.65 0 0.19 0.28 162.86 0.48 0.48
Hex 40 B7 95 41 0 13 1C A3 30 30
Octal 100 267 225 101 0 23 34 243 60 60
Binary 1000000 10110111 10010101 1000001 0 10011 11100 10100011 110000 110000

Color Harmonies of #40B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B795

Black with #40B795

Text Example


Text Example

White with #40B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40B795; }

 p { color: rgb(64,183,149); }

 H1.HeaderClassName
 {
   color: #40B795;
 }
 .AnyTagClassName
 {
   color: #40B795;
 }
</style>

background-color css

<style>
 a { background-color: #40B795; }

 a { background-color: rgb(64,183,149); }

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

border-color css

<style>
 span { border-color: #40B795; }

 span { border-color: rgb(64,183,149); }

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