Html Css Color HEX #4BB874 Ocean Green

📋 copy color: '#4BB874'

red 75 ◦ green 184 ◦ blue 116

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

Shades of Ocean Green #4BB874

Tints of Ocean Green #4BB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.07%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 20%
G = 49.07%
B = 30.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#4BB874 (or 0x4BB874) is known color: Ocean Green. HEX triplet: 4B, B8 and 74. RGB value is (75,184,116). Sum of RGB (Red+Green+Blue) = 75+184+116=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB874 is #B4478B. Grayscale: #8F8F8F. Windows color (decimal): -11814796 or 7649355. OLE color: 7649355.

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

Color convert

RGB 75 184 116 -
CMYK 0.59 0 0.37 0.28
HSL 142.57º 0.43% 0.51% -
HSV(B) 142.57º 0.59% 0.72% -
XYZ 23.19 37.04 22.45 -
YUV 143.66 112.39 79.03 -
System Red Green Blue C M Y K H S L
Decimal 75 184 116 0.59 0 0.37 0.28 142.57 0.43 0.51
Hex 4B B8 74 3B 0 25 1C 8F 2B 33
Octal 113 270 164 73 0 45 34 217 53 63
Binary 1001011 10111000 1110100 111011 0 100101 11100 10001111 101011 110011

Color Harmonies of #4BB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB874

Black with #4BB874

Text Example


Text Example

White with #4BB874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,184,116); }

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

background-color css

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

 a { background-color: rgb(75,184,116); }

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

border-color css

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

 span { border-color: rgb(75,184,116); }

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