Html Css Color HEX #4AB781 Ocean Green

📋 copy color: '#4AB781'

red 74 ◦ green 183 ◦ blue 129

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

Shades of Ocean Green #4AB781

Tints of Ocean Green #4AB781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 19.17%
G = 47.41%
B = 33.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#4AB781 (or 0x4AB781) is known color: Ocean Green. HEX triplet: 4A, B7 and 81. RGB value is (74,183,129). Sum of RGB (Red+Green+Blue) = 74+183+129=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB781 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB781 is #B5487E. Grayscale: #909090. Windows color (decimal): -11880575 or 8501066. OLE color: 8501066.

HSL color Cylindrical-coordinate representation of color #4AB781: hue angle of 150.28º 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 #4AB781 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 129 -
CMYK 0.60 0 0.30 0.28
HSL 150.28º 0.43% 0.5% -
HSV(B) 150.28º 0.6% 0.72% -
XYZ 23.72 36.91 26.64 -
YUV 144.25 119.39 77.89 -
System Red Green Blue C M Y K H S L
Decimal 74 183 129 0.60 0 0.30 0.28 150.28 0.43 0.5
Hex 4A B7 81 3C 0 1E 1C 96 2B 32
Octal 112 267 201 74 0 36 34 226 53 62
Binary 1001010 10110111 10000001 111100 0 11110 11100 10010110 101011 110010

Color Harmonies of #4AB781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB781

Black with #4AB781

Text Example


Text Example

White with #4AB781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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