Html Css Color HEX #4BB772 Ocean Green

📋 copy color: '#4BB772'

red 75 ◦ green 183 ◦ blue 114

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

Shades of Ocean Green #4BB772

Tints of Ocean Green #4BB772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 20.16%
G = 49.19%
B = 30.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#4BB772 (or 0x4BB772) is known color: Ocean Green. HEX triplet: 4B, B7 and 72. RGB value is (75,183,114). Sum of RGB (Red+Green+Blue) = 75+183+114=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB772 is #B4488D. Grayscale: #8F8F8F. Windows color (decimal): -11815054 or 7518027. OLE color: 7518027.

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

Color convert

RGB 75 183 114 -
CMYK 0.59 0 0.38 0.28
HSL 141.67º 0.43% 0.51% -
HSV(B) 141.67º 0.59% 0.72% -
XYZ 22.87 36.58 21.77 -
YUV 142.84 111.72 79.61 -
System Red Green Blue C M Y K H S L
Decimal 75 183 114 0.59 0 0.38 0.28 141.67 0.43 0.51
Hex 4B B7 72 3B 0 26 1C 8E 2B 33
Octal 113 267 162 73 0 46 34 216 53 63
Binary 1001011 10110111 1110010 111011 0 100110 11100 10001110 101011 110011

Color Harmonies of #4BB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB772

Black with #4BB772

Text Example


Text Example

White with #4BB772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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