Html Css Color HEX #40B695 Shamrock

📋 copy color: '#40B695'

red 64 ◦ green 182 ◦ blue 149

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

Shades of Shamrock #40B695

Tints of Shamrock #40B695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.08%

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

R = 16.2%
G = 46.08%
B = 37.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#40B695 (or 0x40B695) is known color: Shamrock. HEX triplet: 40, B6 and 95. RGB value is (64,182,149). Sum of RGB (Red+Green+Blue) = 64+182+149=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #40B695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B695 is #BF496A. Grayscale: #8E8E8E. Windows color (decimal): -12536171 or 9811520. OLE color: 9811520.

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

Color convert

RGB 64 182 149 -
CMYK 0.65 0 0.18 0.29
HSL 163.22º 0.48% 0.48% -
HSV(B) 163.22º 0.65% 0.71% -
XYZ 24.27 36.72 34.24 -
YUV 142.96 131.41 71.68 -
System Red Green Blue C M Y K H S L
Decimal 64 182 149 0.65 0 0.18 0.29 163.22 0.48 0.48
Hex 40 B6 95 41 0 12 1D A3 30 30
Octal 100 266 225 101 0 22 35 243 60 60
Binary 1000000 10110110 10010101 1000001 0 10010 11101 10100011 110000 110000

Color Harmonies of #40B695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B695

Black with #40B695

Text Example


Text Example

White with #40B695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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