Html Css Color HEX #4BA278 Ocean Green

📋 copy color: '#4BA278'

red 75 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #4BA278

Tints of Ocean Green #4BA278

RGB

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

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

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

R = 21.01%
G = 45.38%
B = 33.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4BA278 (or 0x4BA278) is known color: Ocean Green. HEX triplet: 4B, A2 and 78. RGB value is (75,162,120). Sum of RGB (Red+Green+Blue) = 75+162+120=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA278 is #B45D87. Grayscale: #838383. Windows color (decimal): -11820424 or 7905867. OLE color: 7905867.

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

Color convert

RGB 75 162 120 -
CMYK 0.54 0 0.26 0.36
HSL 151.03º 0.37% 0.46% -
HSV(B) 151.03º 0.54% 0.64% -
XYZ 19.21 28.69 22.29 -
YUV 131.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 75 162 120 0.54 0 0.26 0.36 151.03 0.37 0.46
Hex 4B A2 78 36 0 1A 24 97 25 2E
Octal 113 242 170 66 0 32 44 227 45 56
Binary 1001011 10100010 1111000 110110 0 11010 100100 10010111 100101 101110

Color Harmonies of #4BA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA278

Black with #4BA278

Text Example


Text Example

White with #4BA278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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