Html Css Color HEX #4BA276 Ocean Green

📋 copy color: '#4BA276'

red 75 ◦ green 162 ◦ blue 118

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

Shades of Ocean Green #4BA276

Tints of Ocean Green #4BA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

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

R = 21.13%
G = 45.63%
B = 33.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#4BA276 (or 0x4BA276) is known color: Ocean Green. HEX triplet: 4B, A2 and 76. RGB value is (75,162,118). Sum of RGB (Red+Green+Blue) = 75+162+118=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA276 is #B45D89. Grayscale: #838383. Windows color (decimal): -11820426 or 7774795. OLE color: 7774795.

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

Color convert

RGB 75 162 118 -
CMYK 0.54 0 0.27 0.36
HSL 149.66º 0.37% 0.46% -
HSV(B) 149.66º 0.54% 0.64% -
XYZ 19.09 28.64 21.66 -
YUV 130.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 75 162 118 0.54 0 0.27 0.36 149.66 0.37 0.46
Hex 4B A2 76 36 0 1B 24 96 25 2E
Octal 113 242 166 66 0 33 44 226 45 56
Binary 1001011 10100010 1110110 110110 0 11011 100100 10010110 100101 101110

Color Harmonies of #4BA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA276

Black with #4BA276

Text Example


Text Example

White with #4BA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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