#4DA469

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

Shades of Ocean Green #4DA469

Tints of Ocean Green #4DA469

Color information

#4DA469 (or 0x4DA469) is unknown color: approx Ocean Green. HEX triplet: 4D, A4 and 69. RGB value is (77,164,105). Sum of RGB (Red+Green+Blue) = 77+164+105=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA469 is #B25B96. Grayscale: #838383. Windows color (decimal): -11688855 or 6923341. OLE color: 6923341.

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

Color convert

RGB77164105-
CMYK0.5300.360.36
HSL139.31º36.1%47.25%-
HSV(B)139.31º53.05%64.31%-
XYZ18.8929.1518-
YUV131.26113.1889.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=22.25%
G=47.40%
B=30.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771641050.5300.360.36139.3136.147.25
Hex4DA46935024248b242f
Octal11524415165044442134457
Binary1001101101001001101001110101010010010010010001011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,164,105); }

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

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

 a { background-color: rgb(77,164,105); }

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

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

 span { border-color: rgb(77,164,105); }

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