Html Css Color HEX #4AB778 Ocean Green

📋 copy color: '#4AB778'

red 74 ◦ green 183 ◦ blue 120

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

Shades of Ocean Green #4AB778

Tints of Ocean Green #4AB778

RGB

 RED value IS 74 (29.3% from 255) = 19.63%

 GREEN value IS 183 (71.88% from 255) = 48.54%

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

R = 19.63%
G = 48.54%
B = 31.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#4AB778 (or 0x4AB778) is known color: Ocean Green. HEX triplet: 4A, B7 and 78. RGB value is (74,183,120). Sum of RGB (Red+Green+Blue) = 74+183+120=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB778 is #B54887. Grayscale: #8F8F8F. Windows color (decimal): -11880584 or 7911242. OLE color: 7911242.

HSL color Cylindrical-coordinate representation of color #4AB778: hue angle of 145.32º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB778 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 120 -
CMYK 0.60 0 0.34 0.28
HSL 145.32º 0.43% 0.5% -
HSV(B) 145.32º 0.6% 0.72% -
XYZ 23.15 36.68 23.63 -
YUV 143.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 74 183 120 0.60 0 0.34 0.28 145.32 0.43 0.5
Hex 4A B7 78 3C 0 22 1C 91 2B 32
Octal 112 267 170 74 0 42 34 221 53 62
Binary 1001010 10110111 1111000 111100 0 100010 11100 10010001 101011 110010

Color Harmonies of #4AB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB778

Black with #4AB778

Text Example


Text Example

White with #4AB778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,120); }

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

background-color css

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

 a { background-color: rgb(74,183,120); }

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

border-color css

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

 span { border-color: rgb(74,183,120); }

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