Html Css Color HEX #4A946E Ocean Green

📋 copy color: '#4A946E'

red 74 ◦ green 148 ◦ blue 110

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

Shades of Ocean Green #4A946E

Tints of Ocean Green #4A946E

RGB

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

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

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

R = 22.29%
G = 44.58%
B = 33.13%

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

#4A946E (or 0x4A946E) is known color: Ocean Green. HEX triplet: 4A, 94 and 6E. RGB value is (74,148,110). Sum of RGB (Red+Green+Blue) = 74+148+110=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #4A946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A946E is #B56B91. Grayscale: #797979. Windows color (decimal): -11889554 or 7246922. OLE color: 7246922.

HSL color Cylindrical-coordinate representation of color #4A946E: hue angle of 149.19º 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 #4A946E is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 110 -
CMYK 0.50 0 0.26 0.42
HSL 149.19º 0.33% 0.44% -
HSV(B) 149.19º 0.5% 0.58% -
XYZ 16.23 23.76 18.48 -
YUV 121.54 121.48 94.09 -
System Red Green Blue C M Y K H S L
Decimal 74 148 110 0.50 0 0.26 0.42 149.19 0.33 0.44
Hex 4A 94 6E 32 0 1A 2A 95 21 2C
Octal 112 224 156 62 0 32 52 225 41 54
Binary 1001010 10010100 1101110 110010 0 11010 101010 10010101 100001 101100

Color Harmonies of #4A946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A946E

Black with #4A946E

Text Example


Text Example

White with #4A946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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