Html Css Color HEX #4BB976 Ocean Green

📋 copy color: '#4BB976'

red 75 ◦ green 185 ◦ blue 118

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

Shades of Ocean Green #4BB976

Tints of Ocean Green #4BB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.94%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 19.84%
G = 48.94%
B = 31.22%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#4BB976 (or 0x4BB976) is known color: Ocean Green. HEX triplet: 4B, B9 and 76. RGB value is (75,185,118). Sum of RGB (Red+Green+Blue) = 75+185+118=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB976 is #B44689. Grayscale: #909090. Windows color (decimal): -11814538 or 7780683. OLE color: 7780683.

HSL color Cylindrical-coordinate representation of color #4BB976: hue angle of 143.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB976 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 185 118 -
CMYK 0.59 0 0.36 0.27
HSL 143.45º 0.44% 0.51% -
HSV(B) 143.45º 0.59% 0.73% -
XYZ 23.52 37.5 23.14 -
YUV 144.47 113.06 78.45 -
System Red Green Blue C M Y K H S L
Decimal 75 185 118 0.59 0 0.36 0.27 143.45 0.44 0.51
Hex 4B B9 76 3B 0 24 1B 8F 2C 33
Octal 113 271 166 73 0 44 33 217 54 63
Binary 1001011 10111001 1110110 111011 0 100100 11011 10001111 101100 110011

Color Harmonies of #4BB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB976

Black with #4BB976

Text Example


Text Example

White with #4BB976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,185,118); }

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

background-color css

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

 a { background-color: rgb(75,185,118); }

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

border-color css

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

 span { border-color: rgb(75,185,118); }

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