Html Css Color HEX #4AB771 Ocean Green

📋 copy color: '#4AB771'

red 74 ◦ green 183 ◦ blue 113

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

Shades of Ocean Green #4AB771

Tints of Ocean Green #4AB771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 20%
G = 49.46%
B = 30.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#4AB771 (or 0x4AB771) is known color: Ocean Green. HEX triplet: 4A, B7 and 71. RGB value is (74,183,113). Sum of RGB (Red+Green+Blue) = 74+183+113=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB771 is #B5488E. Grayscale: #8E8E8E. Windows color (decimal): -11880591 or 7452490. OLE color: 7452490.

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

Color convert

RGB 74 183 113 -
CMYK 0.60 0 0.38 0.28
HSL 141.47º 0.43% 0.5% -
HSV(B) 141.47º 0.6% 0.72% -
XYZ 22.74 36.52 21.47 -
YUV 142.43 111.39 79.19 -
System Red Green Blue C M Y K H S L
Decimal 74 183 113 0.60 0 0.38 0.28 141.47 0.43 0.5
Hex 4A B7 71 3C 0 26 1C 8D 2B 32
Octal 112 267 161 74 0 46 34 215 53 62
Binary 1001010 10110111 1110001 111100 0 100110 11100 10001101 101011 110010

Color Harmonies of #4AB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB771

Black with #4AB771

Text Example


Text Example

White with #4AB771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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