#4DAF7A

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

Shades of Ocean Green #4DAF7A

Tints of Ocean Green #4DAF7A

Color information

#4DAF7A (or 0x4DAF7A) is unknown color: approx Ocean Green. HEX triplet: 4D, AF and 7A. RGB value is (77,175,122). Sum of RGB (Red+Green+Blue) = 77+175+122=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF7A is #B25085. Grayscale: #8B8B8B. Windows color (decimal): -11686022 or 8040269. OLE color: 8040269.

HSL color Cylindrical-coordinate representation of color #4DAF7A: hue angle of 147.55º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF7A is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB77175122-
CMYK0.5600.300.31
HSL147.55º38.89%49.41%-
HSV(B)147.55º56%68.63%-
XYZ21.933.6423.75-
YUV139.66118.0383.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.59%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=20.59%
G=46.79%
B=32.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751220.5600.300.31147.5538.8949.41
Hex4DAF7A3801E1F942731
Octal11525717270036372244761
Binary10011011010111111110101110000111101111110010100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,122); }

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

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

 a { background-color: rgb(77,175,122); }

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

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

 span { border-color: rgb(77,175,122); }

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