Html Css Color HEX #4AA671 Ocean Green

📋 copy color: '#4AA671'

red 74 ◦ green 166 ◦ blue 113

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

Shades of Ocean Green #4AA671

Tints of Ocean Green #4AA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

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

R = 20.96%
G = 47.03%
B = 32.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#4AA671 (or 0x4AA671) is known color: Ocean Green. HEX triplet: 4A, A6 and 71. RGB value is (74,166,113). Sum of RGB (Red+Green+Blue) = 74+166+113=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA671 is #B5598E. Grayscale: #848484. Windows color (decimal): -11884943 or 7448138. OLE color: 7448138.

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

Color convert

RGB 74 166 113 -
CMYK 0.55 0 0.32 0.35
HSL 145.43º 0.38% 0.47% -
HSV(B) 145.43º 0.55% 0.65% -
XYZ 19.44 29.92 20.37 -
YUV 132.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 74 166 113 0.55 0 0.32 0.35 145.43 0.38 0.47
Hex 4A A6 71 37 0 20 23 91 26 2F
Octal 112 246 161 67 0 40 43 221 46 57
Binary 1001010 10100110 1110001 110111 0 100000 100011 10010001 100110 101111

Color Harmonies of #4AA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA671

Black with #4AA671

Text Example


Text Example

White with #4AA671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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