Html Css Color HEX #4BA178 Ocean Green

📋 copy color: '#4BA178'

red 75 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #4BA178

Tints of Ocean Green #4BA178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.71%

R = 21.07%
G = 45.22%
B = 33.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#4BA178 (or 0x4BA178) is known color: Ocean Green. HEX triplet: 4B, A1 and 78. RGB value is (75,161,120). Sum of RGB (Red+Green+Blue) = 75+161+120=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA178 is #B45E87. Grayscale: #828282. Windows color (decimal): -11820680 or 7905611. OLE color: 7905611.

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

Color convert

RGB 75 161 120 -
CMYK 0.53 0 0.25 0.37
HSL 151.4º 0.36% 0.46% -
HSV(B) 151.4º 0.53% 0.63% -
XYZ 19.04 28.34 22.24 -
YUV 130.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 75 161 120 0.53 0 0.25 0.37 151.4 0.36 0.46
Hex 4B A1 78 35 0 19 25 97 24 2E
Octal 113 241 170 65 0 31 45 227 44 56
Binary 1001011 10100001 1111000 110101 0 11001 100101 10010111 100100 101110

Color Harmonies of #4BA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA178

Black with #4BA178

Text Example


Text Example

White with #4BA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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