#4DA278

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

Shades of Ocean Green #4DA278

Tints of Ocean Green #4DA278

Color information

#4DA278 (or 0x4DA278) is unknown color: approx Ocean Green. HEX triplet: 4D, A2 and 78. RGB value is (77,162,120). Sum of RGB (Red+Green+Blue) = 77+162+120=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA278 is #B25D87. Grayscale: #838383. Windows color (decimal): -11689352 or 7905869. OLE color: 7905869.

HSL color Cylindrical-coordinate representation of color #4DA278: hue angle of 150.35º 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 #4DA278 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB77162120-
CMYK0.5200.260.36
HSL150.35º35.56%46.86%-
HSV(B)150.35º52.47%63.53%-
XYZ19.3728.7722.3-
YUV131.8121.3488.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=21.45%
G=45.13%
B=33.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771621200.5200.260.36150.3535.5646.86
Hex4DA2783401A2496242f
Octal11524217064032442264457
Binary100110110100010111100011010001101010010010010110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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