Html Css Color HEX #40A674 Ocean Green

📋 copy color: '#40A674'

red 64 ◦ green 166 ◦ blue 116

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

Shades of Ocean Green #40A674

Tints of Ocean Green #40A674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 18.5%
G = 47.98%
B = 33.53%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#40A674 (or 0x40A674) is known color: Ocean Green. HEX triplet: 40, A6 and 74. RGB value is (64,166,116). Sum of RGB (Red+Green+Blue) = 64+166+116=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #40A674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A674 is #BF598B. Grayscale: #818181. Windows color (decimal): -12540300 or 7644736. OLE color: 7644736.

HSL color Cylindrical-coordinate representation of color #40A674: hue angle of 150.59º 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 #40A674 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 166 116 -
CMYK 0.61 0 0.30 0.35
HSL 150.59º 0.44% 0.45% -
HSV(B) 150.59º 0.61% 0.65% -
XYZ 18.9 29.62 21.24 -
YUV 129.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 64 166 116 0.61 0 0.30 0.35 150.59 0.44 0.45
Hex 40 A6 74 3D 0 1E 23 97 2C 2D
Octal 100 246 164 75 0 36 43 227 54 55
Binary 1000000 10100110 1110100 111101 0 11110 100011 10010111 101100 101101

Color Harmonies of #40A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A674

Black with #40A674

Text Example


Text Example

White with #40A674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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