Html Css Color HEX #4AA673 Ocean Green

📋 copy color: '#4AA673'

red 74 ◦ green 166 ◦ blue 115

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

Shades of Ocean Green #4AA673

Tints of Ocean Green #4AA673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 20.85%
G = 46.76%
B = 32.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#4AA673 (or 0x4AA673) is known color: Ocean Green. HEX triplet: 4A, A6 and 73. RGB value is (74,166,115). Sum of RGB (Red+Green+Blue) = 74+166+115=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA673 is #B5598C. Grayscale: #848484. Windows color (decimal): -11884941 or 7579210. OLE color: 7579210.

HSL color Cylindrical-coordinate representation of color #4AA673: hue angle of 146.74º 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 #4AA673 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 166 115 -
CMYK 0.55 0 0.31 0.35
HSL 146.74º 0.38% 0.47% -
HSV(B) 146.74º 0.55% 0.65% -
XYZ 19.55 29.97 20.97 -
YUV 132.68 118.02 86.15 -
System Red Green Blue C M Y K H S L
Decimal 74 166 115 0.55 0 0.31 0.35 146.74 0.38 0.47
Hex 4A A6 73 37 0 1F 23 93 26 2F
Octal 112 246 163 67 0 37 43 223 46 57
Binary 1001010 10100110 1110011 110111 0 11111 100011 10010011 100110 101111

Color Harmonies of #4AA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA673

Black with #4AA673

Text Example


Text Example

White with #4AA673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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