Html Css Color HEX #4BA176 Ocean Green

📋 copy color: '#4BA176'

red 75 ◦ green 161 ◦ blue 118

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

Shades of Ocean Green #4BA176

Tints of Ocean Green #4BA176

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.48%

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

R = 21.19%
G = 45.48%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#4BA176 (or 0x4BA176) is known color: Ocean Green. HEX triplet: 4B, A1 and 76. RGB value is (75,161,118). Sum of RGB (Red+Green+Blue) = 75+161+118=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA176 is #B45E89. Grayscale: #828282. Windows color (decimal): -11820682 or 7774539. OLE color: 7774539.

HSL color Cylindrical-coordinate representation of color #4BA176: hue angle of 150º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA176 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 118 -
CMYK 0.53 0 0.27 0.37
HSL 150º 0.36% 0.46% -
HSV(B) 150º 0.53% 0.63% -
XYZ 18.92 28.29 21.6 -
YUV 130.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 75 161 118 0.53 0 0.27 0.37 150 0.36 0.46
Hex 4B A1 76 35 0 1B 25 96 24 2E
Octal 113 241 166 65 0 33 45 226 44 56
Binary 1001011 10100001 1110110 110101 0 11011 100101 10010110 100100 101110

Color Harmonies of #4BA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA176

Black with #4BA176

Text Example


Text Example

White with #4BA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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