Html Css Color HEX #4AA271 Ocean Green

📋 copy color: '#4AA271'

red 74 ◦ green 162 ◦ blue 113

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

Shades of Ocean Green #4AA271

Tints of Ocean Green #4AA271

RGB

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

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

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

R = 21.2%
G = 46.42%
B = 32.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#4AA271 (or 0x4AA271) is known color: Ocean Green. HEX triplet: 4A, A2 and 71. RGB value is (74,162,113). Sum of RGB (Red+Green+Blue) = 74+162+113=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA271 is #B55D8E. Grayscale: #828282. Windows color (decimal): -11885967 or 7447114. OLE color: 7447114.

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

Color convert

RGB 74 162 113 -
CMYK 0.54 0 0.30 0.36
HSL 146.59º 0.37% 0.46% -
HSV(B) 146.59º 0.54% 0.64% -
XYZ 18.73 28.49 20.13 -
YUV 130.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 74 162 113 0.54 0 0.30 0.36 146.59 0.37 0.46
Hex 4A A2 71 36 0 1E 24 93 25 2E
Octal 112 242 161 66 0 36 44 223 45 56
Binary 1001010 10100010 1110001 110110 0 11110 100100 10010011 100101 101110

Color Harmonies of #4AA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA271

Black with #4AA271

Text Example


Text Example

White with #4AA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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