Html Css Color HEX #4A946D Ocean Green

📋 copy color: '#4A946D'

red 74 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #4A946D

Tints of Ocean Green #4A946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 22.36%
G = 44.71%
B = 32.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4A946D (or 0x4A946D) is known color: Ocean Green. HEX triplet: 4A, 94 and 6D. RGB value is (74,148,109). Sum of RGB (Red+Green+Blue) = 74+148+109=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #4A946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A946D is #B56B92. Grayscale: #797979. Windows color (decimal): -11889555 or 7181386. OLE color: 7181386.

HSL color Cylindrical-coordinate representation of color #4A946D: hue angle of 148.38º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A946D is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 109 -
CMYK 0.50 0 0.26 0.42
HSL 148.38º 0.33% 0.44% -
HSV(B) 148.38º 0.5% 0.58% -
XYZ 16.17 23.74 18.2 -
YUV 121.43 120.98 94.17 -
System Red Green Blue C M Y K H S L
Decimal 74 148 109 0.50 0 0.26 0.42 148.38 0.33 0.44
Hex 4A 94 6D 32 0 1A 2A 94 21 2C
Octal 112 224 155 62 0 32 52 224 41 54
Binary 1001010 10010100 1101101 110010 0 11010 101010 10010100 100001 101100

Color Harmonies of #4A946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A946D

Black with #4A946D

Text Example


Text Example

White with #4A946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,109); }

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

background-color css

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

 a { background-color: rgb(74,148,109); }

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

border-color css

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

 span { border-color: rgb(74,148,109); }

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