Html Css Color HEX #40A277 Ocean Green

📋 copy color: '#40A277'

red 64 ◦ green 162 ◦ blue 119

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

Shades of Ocean Green #40A277

Tints of Ocean Green #40A277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.49%

R = 18.55%
G = 46.96%
B = 34.49%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#40A277 (or 0x40A277) is known color: Ocean Green. HEX triplet: 40, A2 and 77. RGB value is (64,162,119). Sum of RGB (Red+Green+Blue) = 64+162+119=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #40A277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A277 is #BF5D88. Grayscale: #7F7F7F. Windows color (decimal): -12541321 or 7840320. OLE color: 7840320.

HSL color Cylindrical-coordinate representation of color #40A277: hue angle of 153.67º 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 #40A277 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 119 -
CMYK 0.60 0 0.27 0.36
HSL 153.67º 0.43% 0.44% -
HSV(B) 153.67º 0.6% 0.64% -
XYZ 18.36 28.26 21.94 -
YUV 127.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 64 162 119 0.60 0 0.27 0.36 153.67 0.43 0.44
Hex 40 A2 77 3C 0 1B 24 9A 2B 2C
Octal 100 242 167 74 0 33 44 232 53 54
Binary 1000000 10100010 1110111 111100 0 11011 100100 10011010 101011 101100

Color Harmonies of #40A277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A277

Black with #40A277

Text Example


Text Example

White with #40A277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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