Html Css Color HEX #4AB380 Ocean Green

📋 copy color: '#4AB380'

red 74 ◦ green 179 ◦ blue 128

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

Shades of Ocean Green #4AB380

Tints of Ocean Green #4AB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.98%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 19.42%
G = 46.98%
B = 33.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#4AB380 (or 0x4AB380) is known color: Ocean Green. HEX triplet: 4A, B3 and 80. RGB value is (74,179,128). Sum of RGB (Red+Green+Blue) = 74+179+128=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB380 is #B54C7F. Grayscale: #8D8D8D. Windows color (decimal): -11881600 or 8434506. OLE color: 8434506.

HSL color Cylindrical-coordinate representation of color #4AB380: hue angle of 150.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB380 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 128 -
CMYK 0.59 0 0.28 0.30
HSL 150.86º 0.42% 0.5% -
HSV(B) 150.86º 0.59% 0.7% -
XYZ 22.84 35.25 26.02 -
YUV 141.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 74 179 128 0.59 0 0.28 0.30 150.86 0.42 0.5
Hex 4A B3 80 3B 0 1C 1E 97 2A 32
Octal 112 263 200 73 0 34 36 227 52 62
Binary 1001010 10110011 10000000 111011 0 11100 11110 10010111 101010 110010

Color Harmonies of #4AB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB380

Black with #4AB380

Text Example


Text Example

White with #4AB380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,128); }

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

background-color css

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

 a { background-color: rgb(74,179,128); }

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

border-color css

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

 span { border-color: rgb(74,179,128); }

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