Html Css Color HEX #4B9879 Ocean Green

📋 copy color: '#4B9879'

red 75 ◦ green 152 ◦ blue 121

#4B9879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4B9879

Tints of Ocean Green #4B9879

RGB

 RED value IS 75 (29.69% from 255) = 21.55%

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 21.55%
G = 43.68%
B = 34.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#4B9879 (or 0x4B9879) is known color: Ocean Green. HEX triplet: 4B, 98 and 79. RGB value is (75,152,121). Sum of RGB (Red+Green+Blue) = 75+152+121=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #4B9879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9879 is #B46786. Grayscale: #7D7D7D. Windows color (decimal): -11822983 or 7968843. OLE color: 7968843.

HSL color Cylindrical-coordinate representation of color #4B9879: hue angle of 155.84º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9879 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 75 152 121 -
CMYK 0.51 0 0.20 0.40
HSL 155.84º 0.34% 0.45% -
HSV(B) 155.84º 0.51% 0.6% -
XYZ 17.58 25.33 22.05 -
YUV 125.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 75 152 121 0.51 0 0.20 0.40 155.84 0.34 0.45
Hex 4B 98 79 33 0 14 28 9C 22 2D
Octal 113 230 171 63 0 24 50 234 42 55
Binary 1001011 10011000 1111001 110011 0 10100 101000 10011100 100010 101101

Color Harmonies of #4B9879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9879

Black with #4B9879

Text Example


Text Example

White with #4B9879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,152,121); }

 H1.HeaderClassName
 {
   color: #4B9879;
 }
 .AnyTagClassName
 {
   color: #4B9879;
 }
</style>

background-color css

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

 a { background-color: rgb(75,152,121); }

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

border-color css

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

 span { border-color: rgb(75,152,121); }

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