Html Css Color HEX #4BB978 Ocean Green

📋 copy color: '#4BB978'

red 75 ◦ green 185 ◦ blue 120

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

Shades of Ocean Green #4BB978

Tints of Ocean Green #4BB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 19.74%
G = 48.68%
B = 31.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#4BB978 (or 0x4BB978) is known color: Ocean Green. HEX triplet: 4B, B9 and 78. RGB value is (75,185,120). Sum of RGB (Red+Green+Blue) = 75+185+120=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB978 is #B44687. Grayscale: #909090. Windows color (decimal): -11814536 or 7911755. OLE color: 7911755.

HSL color Cylindrical-coordinate representation of color #4BB978: hue angle of 144.55º 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 #4BB978 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 185 120 -
CMYK 0.59 0 0.35 0.27
HSL 144.55º 0.44% 0.51% -
HSV(B) 144.55º 0.59% 0.73% -
XYZ 23.64 37.55 23.77 -
YUV 144.7 114.06 78.29 -
System Red Green Blue C M Y K H S L
Decimal 75 185 120 0.59 0 0.35 0.27 144.55 0.44 0.51
Hex 4B B9 78 3B 0 23 1B 91 2C 33
Octal 113 271 170 73 0 43 33 221 54 63
Binary 1001011 10111001 1111000 111011 0 100011 11011 10010001 101100 110011

Color Harmonies of #4BB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB978

Black with #4BB978

Text Example


Text Example

White with #4BB978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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