Html Css Color HEX #4AA471 Ocean Green

📋 copy color: '#4AA471'

red 74 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #4AA471

Tints of Ocean Green #4AA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 21.08%
G = 46.72%
B = 32.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#4AA471 (or 0x4AA471) is known color: Ocean Green. HEX triplet: 4A, A4 and 71. RGB value is (74,164,113). Sum of RGB (Red+Green+Blue) = 74+164+113=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA471 is #B55B8E. Grayscale: #838383. Windows color (decimal): -11885455 or 7447626. OLE color: 7447626.

HSL color Cylindrical-coordinate representation of color #4AA471: hue angle of 146º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA471 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 113 -
CMYK 0.55 0 0.31 0.36
HSL 146º 0.38% 0.47% -
HSV(B) 146º 0.55% 0.64% -
XYZ 19.08 29.2 20.25 -
YUV 131.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 74 164 113 0.55 0 0.31 0.36 146 0.38 0.47
Hex 4A A4 71 37 0 1F 24 92 26 2F
Octal 112 244 161 67 0 37 44 222 46 57
Binary 1001010 10100100 1110001 110111 0 11111 100100 10010010 100110 101111

Color Harmonies of #4AA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA471

Black with #4AA471

Text Example


Text Example

White with #4AA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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