#4DA782

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

Shades of Ocean Green #4DA782

Tints of Ocean Green #4DA782

Color information

#4DA782 (or 0x4DA782) is unknown color: approx Ocean Green. HEX triplet: 4D, A7 and 82. RGB value is (77,167,130). Sum of RGB (Red+Green+Blue) = 77+167+130=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA782 is #B2587D. Grayscale: #878787. Windows color (decimal): -11688062 or 8562509. OLE color: 8562509.

HSL color Cylindrical-coordinate representation of color #4DA782: hue angle of 155.33º 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 #4DA782 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB77167130-
CMYK0.5400.220.35
HSL155.33º36.89%47.84%-
HSV(B)155.33º53.89%65.49%-
XYZ20.9130.8325.97-
YUV135.87124.6886.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=20.59%
G=44.65%
B=34.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal771671300.5400.220.35155.3336.8947.84
Hex4DA78236016239b2530
Octal11524720266026432334560
Binary1001101101001111000001011011001011010001110011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,167,130); }

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

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

 a { background-color: rgb(77,167,130); }

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

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

 span { border-color: rgb(77,167,130); }

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