Html Css Color HEX #40A279 Ocean Green

📋 copy color: '#40A279'

red 64 ◦ green 162 ◦ blue 121

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

Shades of Ocean Green #40A279

Tints of Ocean Green #40A279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 18.44%
G = 46.69%
B = 34.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#40A279 (or 0x40A279) is known color: Ocean Green. HEX triplet: 40, A2 and 79. RGB value is (64,162,121). Sum of RGB (Red+Green+Blue) = 64+162+121=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #40A279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A279 is #BF5D86. Grayscale: #808080. Windows color (decimal): -12541319 or 7971392. OLE color: 7971392.

HSL color Cylindrical-coordinate representation of color #40A279: hue angle of 154.9º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A279 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 121 -
CMYK 0.60 0 0.25 0.36
HSL 154.9º 0.43% 0.44% -
HSV(B) 154.9º 0.6% 0.64% -
XYZ 18.49 28.31 22.58 -
YUV 128.02 124.03 82.33 -
System Red Green Blue C M Y K H S L
Decimal 64 162 121 0.60 0 0.25 0.36 154.9 0.43 0.44
Hex 40 A2 79 3C 0 19 24 9B 2B 2C
Octal 100 242 171 74 0 31 44 233 53 54
Binary 1000000 10100010 1111001 111100 0 11001 100100 10011011 101011 101100

Color Harmonies of #40A279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A279

Black with #40A279

Text Example


Text Example

White with #40A279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,121); }

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

background-color css

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

 a { background-color: rgb(64,162,121); }

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

border-color css

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

 span { border-color: rgb(64,162,121); }

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