#4BAD77

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

Shades of Ocean Green #4BAD77

Tints of Ocean Green #4BAD77

Color information

#4BAD77 (or 0x4BAD77) is unknown color: approx Ocean Green. HEX triplet: 4B, AD and 77. RGB value is (75,173,119). Sum of RGB (Red+Green+Blue) = 75+173+119=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD77 is #B45288. Grayscale: #898989. Windows color (decimal): -11817609 or 7843147. OLE color: 7843147.

HSL color Cylindrical-coordinate representation of color #4BAD77: hue angle of 146.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD77 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB75173119-
CMYK0.5700.310.32
HSL146.94º39.52%48.63%-
HSV(B)146.94º56.65%67.84%-
XYZ21.1732.7122.65-
YUV137.54117.5383.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=20.44%
G=47.14%
B=32.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731190.5700.310.32146.9439.5248.63
Hex4BAD773901F20932831
Octal11325516771037402235061
Binary100101110101101111011111100101111110000010010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,173,119); }

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

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

 a { background-color: rgb(75,173,119); }

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

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

 span { border-color: rgb(75,173,119); }

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