#4DA277

Color #4DA277 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4DA277

Tints of Ocean Green #4DA277

Color information

#4DA277 (or 0x4DA277) is unknown color: approx Ocean Green. HEX triplet: 4D, A2 and 77. RGB value is (77,162,119). Sum of RGB (Red+Green+Blue) = 77+162+119=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA277 is #B25D88. Grayscale: #838383. Windows color (decimal): -11689353 or 7840333. OLE color: 7840333.

HSL color Cylindrical-coordinate representation of color #4DA277: hue angle of 149.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA277 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB77162119-
CMYK0.5200.270.36
HSL149.65º35.56%46.86%-
HSV(B)149.65º52.47%63.53%-
XYZ19.3128.7521.98-
YUV131.68120.8489-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=21.51%
G=45.25%
B=33.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771621190.5200.270.36149.6535.5646.86
Hex4DA2773401B2496242f
Octal11524216764033442264457
Binary100110110100010111011111010001101110010010010110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DA277; }

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

 H1.HeaderClassName
 {
   color: #4DA277;
 }
 .AnyTagClassName
 {
   color: #4DA277;
 }
</style>
background-color css

<style>
 a { background-color: #4DA277; }

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

 div.DivClassName
 {
   background-color: #4DA277;
 }
 .BgClassName
 {
   background-color: #4DA277;
 }
</style>
border-color css

<style>
 span { border-color: #4DA277; }

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

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