Html Css Color HEX #4A966E Ocean Green

📋 copy color: '#4A966E'

red 74 ◦ green 150 ◦ blue 110

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

Shades of Ocean Green #4A966E

Tints of Ocean Green #4A966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 22.16%
G = 44.91%
B = 32.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#4A966E (or 0x4A966E) is known color: Ocean Green. HEX triplet: 4A, 96 and 6E. RGB value is (74,150,110). Sum of RGB (Red+Green+Blue) = 74+150+110=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #4A966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A966E is #B56991. Grayscale: #7A7A7A. Windows color (decimal): -11889042 or 7247434. OLE color: 7247434.

HSL color Cylindrical-coordinate representation of color #4A966E: hue angle of 148.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A966E is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 110 -
CMYK 0.51 0 0.27 0.41
HSL 148.42º 0.34% 0.44% -
HSV(B) 148.42º 0.51% 0.59% -
XYZ 16.54 24.39 18.59 -
YUV 122.72 120.82 93.25 -
System Red Green Blue C M Y K H S L
Decimal 74 150 110 0.51 0 0.27 0.41 148.42 0.34 0.44
Hex 4A 96 6E 33 0 1B 29 94 22 2C
Octal 112 226 156 63 0 33 51 224 42 54
Binary 1001010 10010110 1101110 110011 0 11011 101001 10010100 100010 101100

Color Harmonies of #4A966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A966E

Black with #4A966E

Text Example


Text Example

White with #4A966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,110); }

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

background-color css

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

 a { background-color: rgb(74,150,110); }

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

border-color css

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

 span { border-color: rgb(74,150,110); }

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