#4DA684

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

Shades of Ocean Green #4DA684

Tints of Ocean Green #4DA684

Color information

#4DA684 (or 0x4DA684) is unknown color: approx Ocean Green. HEX triplet: 4D, A6 and 84. RGB value is (77,166,132). Sum of RGB (Red+Green+Blue) = 77+166+132=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA684 is #B2597B. Grayscale: #878787. Windows color (decimal): -11688316 or 8693325. OLE color: 8693325.

HSL color Cylindrical-coordinate representation of color #4DA684: hue angle of 157.08º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA684 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB77166132-
CMYK0.5400.200.35
HSL157.08º36.63%47.65%-
HSV(B)157.08º53.61%65.1%-
XYZ20.8630.5226.62-
YUV135.51126.0186.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.53%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=20.53%
G=44.27%
B=35.2%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771661320.5400.200.35157.0836.6347.65
Hex4DA68436014239d2530
Octal11524620466024432354560
Binary1001101101001101000010011011001010010001110011101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,166,132); }

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

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

 a { background-color: rgb(77,166,132); }

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

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

 span { border-color: rgb(77,166,132); }

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