Html Css Color HEX #4AA376 Ocean Green

📋 copy color: '#4AA376'

red 74 ◦ green 163 ◦ blue 118

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

Shades of Ocean Green #4AA376

Tints of Ocean Green #4AA376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 20.85%
G = 45.92%
B = 33.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#4AA376 (or 0x4AA376) is known color: Ocean Green. HEX triplet: 4A, A3 and 76. RGB value is (74,163,118). Sum of RGB (Red+Green+Blue) = 74+163+118=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA376 is #B55C89. Grayscale: #838383. Windows color (decimal): -11885706 or 7775050. OLE color: 7775050.

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

Color convert

RGB 74 163 118 -
CMYK 0.55 0 0.28 0.36
HSL 149.66º 0.38% 0.46% -
HSV(B) 149.66º 0.55% 0.64% -
XYZ 19.19 28.96 21.72 -
YUV 131.26 120.51 87.16 -
System Red Green Blue C M Y K H S L
Decimal 74 163 118 0.55 0 0.28 0.36 149.66 0.38 0.46
Hex 4A A3 76 37 0 1C 24 96 26 2E
Octal 112 243 166 67 0 34 44 226 46 56
Binary 1001010 10100011 1110110 110111 0 11100 100100 10010110 100110 101110

Color Harmonies of #4AA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA376

Black with #4AA376

Text Example


Text Example

White with #4AA376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,163,118); }

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

background-color css

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

 a { background-color: rgb(74,163,118); }

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

border-color css

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

 span { border-color: rgb(74,163,118); }

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