Html Css Color HEX #4BB780 Ocean Green

📋 copy color: '#4BB780'

red 75 ◦ green 183 ◦ blue 128

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

Shades of Ocean Green #4BB780

Tints of Ocean Green #4BB780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 19.43%
G = 47.41%
B = 33.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#4BB780 (or 0x4BB780) is known color: Ocean Green. HEX triplet: 4B, B7 and 80. RGB value is (75,183,128). Sum of RGB (Red+Green+Blue) = 75+183+128=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB780 is #B4487F. Grayscale: #909090. Windows color (decimal): -11815040 or 8435531. OLE color: 8435531.

HSL color Cylindrical-coordinate representation of color #4BB780: hue angle of 149.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB780 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 75 183 128 -
CMYK 0.59 0 0.30 0.28
HSL 149.44º 0.43% 0.51% -
HSV(B) 149.44º 0.59% 0.72% -
XYZ 23.73 36.92 26.3 -
YUV 144.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 75 183 128 0.59 0 0.30 0.28 149.44 0.43 0.51
Hex 4B B7 80 3B 0 1E 1C 95 2B 33
Octal 113 267 200 73 0 36 34 225 53 63
Binary 1001011 10110111 10000000 111011 0 11110 11100 10010101 101011 110011

Color Harmonies of #4BB780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB780

Black with #4BB780

Text Example


Text Example

White with #4BB780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,183,128); }

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

background-color css

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

 a { background-color: rgb(75,183,128); }

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

border-color css

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

 span { border-color: rgb(75,183,128); }

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