Html Css Color HEX #40A671 Ocean Green

📋 copy color: '#40A671'

red 64 ◦ green 166 ◦ blue 113

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

Shades of Ocean Green #40A671

Tints of Ocean Green #40A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.4%

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 18.66%
G = 48.4%
B = 32.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#40A671 (or 0x40A671) is known color: Ocean Green. HEX triplet: 40, A6 and 71. RGB value is (64,166,113). Sum of RGB (Red+Green+Blue) = 64+166+113=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #40A671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A671 is #BF598E. Grayscale: #818181. Windows color (decimal): -12540303 or 7448128. OLE color: 7448128.

HSL color Cylindrical-coordinate representation of color #40A671: hue angle of 148.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A671 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 113 -
CMYK 0.61 0 0.32 0.35
HSL 148.82º 0.44% 0.45% -
HSV(B) 148.82º 0.61% 0.65% -
XYZ 18.73 29.55 20.34 -
YUV 129.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 64 166 113 0.61 0 0.32 0.35 148.82 0.44 0.45
Hex 40 A6 71 3D 0 20 23 95 2C 2D
Octal 100 246 161 75 0 40 43 225 54 55
Binary 1000000 10100110 1110001 111101 0 100000 100011 10010101 101100 101101

Color Harmonies of #40A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A671

Black with #40A671

Text Example


Text Example

White with #40A671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,166,113); }

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

background-color css

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

 a { background-color: rgb(64,166,113); }

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

border-color css

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

 span { border-color: rgb(64,166,113); }

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