#4DA272

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

Shades of Ocean Green #4DA272

Tints of Ocean Green #4DA272

Color information

#4DA272 (or 0x4DA272) is unknown color: approx Ocean Green. HEX triplet: 4D, A2 and 72. RGB value is (77,162,114). Sum of RGB (Red+Green+Blue) = 77+162+114=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA272 is #B25D8D. Grayscale: #838383. Windows color (decimal): -11689358 or 7512653. OLE color: 7512653.

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

Color convert

RGB77162114-
CMYK0.5200.300.36
HSL146.12º35.56%46.86%-
HSV(B)146.12º52.47%63.53%-
XYZ19.0228.6320.44-
YUV131.11118.3489.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 162 (63.67% from 255) = 45.89%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=21.81%
G=45.89%
B=32.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771621140.5200.300.36146.1235.5646.86
Hex4DA2723401E2492242f
Octal11524216264036442224457
Binary100110110100010111001011010001111010010010010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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