Html Css Color HEX #4BA177 Ocean Green

📋 copy color: '#4BA177'

red 75 ◦ green 161 ◦ blue 119

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

Shades of Ocean Green #4BA177

Tints of Ocean Green #4BA177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 21.13%
G = 45.35%
B = 33.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#4BA177 (or 0x4BA177) is known color: Ocean Green. HEX triplet: 4B, A1 and 77. RGB value is (75,161,119). Sum of RGB (Red+Green+Blue) = 75+161+119=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA177 is #B45E88. Grayscale: #828282. Windows color (decimal): -11820681 or 7840075. OLE color: 7840075.

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

Color convert

RGB 75 161 119 -
CMYK 0.53 0 0.26 0.37
HSL 150.7º 0.36% 0.46% -
HSV(B) 150.7º 0.53% 0.63% -
XYZ 18.98 28.32 21.92 -
YUV 130.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 75 161 119 0.53 0 0.26 0.37 150.7 0.36 0.46
Hex 4B A1 77 35 0 1A 25 97 24 2E
Octal 113 241 167 65 0 32 45 227 44 56
Binary 1001011 10100001 1110111 110101 0 11010 100101 10010111 100100 101110

Color Harmonies of #4BA177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA177

Black with #4BA177

Text Example


Text Example

White with #4BA177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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