Html Css Color HEX #4A946F Ocean Green

📋 copy color: '#4A946F'

red 74 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #4A946F

Tints of Ocean Green #4A946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#4A946F (or 0x4A946F) is known color: Ocean Green. HEX triplet: 4A, 94 and 6F. RGB value is (74,148,111). Sum of RGB (Red+Green+Blue) = 74+148+111=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4A946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A946F is #B56B90. Grayscale: #797979. Windows color (decimal): -11889553 or 7312458. OLE color: 7312458.

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

Color convert

RGB 74 148 111 -
CMYK 0.50 0 0.25 0.42
HSL 150º 0.33% 0.44% -
HSV(B) 150º 0.5% 0.58% -
XYZ 16.28 23.78 18.77 -
YUV 121.66 121.98 94.01 -
System Red Green Blue C M Y K H S L
Decimal 74 148 111 0.50 0 0.25 0.42 150 0.33 0.44
Hex 4A 94 6F 32 0 19 2A 96 21 2C
Octal 112 224 157 62 0 31 52 226 41 54
Binary 1001010 10010100 1101111 110010 0 11001 101010 10010110 100001 101100

Color Harmonies of #4A946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A946F

Black with #4A946F

Text Example


Text Example

White with #4A946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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