#4DB073

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

Shades of Ocean Green #4DB073

Tints of Ocean Green #4DB073

Color information

#4DB073 (or 0x4DB073) is unknown color: approx Ocean Green. HEX triplet: 4D, B0 and 73. RGB value is (77,176,115). Sum of RGB (Red+Green+Blue) = 77+176+115=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB073 is #B24F8C. Grayscale: #8B8B8B. Windows color (decimal): -11685773 or 7581773. OLE color: 7581773.

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

Color convert

RGB77176115-
CMYK0.5600.350.31
HSL143.03º39.13%49.61%-
HSV(B)143.03º56.25%69.02%-
XYZ21.6833.8721.61-
YUV139.44114.283.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.92%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=20.92%
G=47.83%
B=31.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771761150.5600.350.31143.0339.1349.61
Hex4DB073380231F8f2732
Octal11526016370043372174762
Binary100110110110000111001111100001000111111110001111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,115); }

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

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

 a { background-color: rgb(77,176,115); }

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

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

 span { border-color: rgb(77,176,115); }

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