Html Css Color HEX #4D946F Ocean Green

📋 copy color: '#4D946F'

red 77 ◦ green 148 ◦ blue 111

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

Shades of Ocean Green #4D946F

Tints of Ocean Green #4D946F

RGB

 RED value IS 77 (30.47% from 255) = 22.92%

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

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

R = 22.92%
G = 44.05%
B = 33.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#4D946F (or 0x4D946F) is known color: Ocean Green. HEX triplet: 4D, 94 and 6F. RGB value is (77,148,111). Sum of RGB (Red+Green+Blue) = 77+148+111=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #4D946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D946F is #B26B90. Grayscale: #7A7A7A. Windows color (decimal): -11692945 or 7312461. OLE color: 7312461.

HSL color Cylindrical-coordinate representation of color #4D946F: hue angle of 148.73º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D946F is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 148 111 -
CMYK 0.48 0 0.25 0.42
HSL 148.73º 0.32% 0.44% -
HSV(B) 148.73º 0.48% 0.58% -
XYZ 16.52 23.91 18.78 -
YUV 122.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 77 148 111 0.48 0 0.25 0.42 148.73 0.32 0.44
Hex 4D 94 6F 30 0 19 2A 95 20 2C
Octal 115 224 157 60 0 31 52 225 40 54
Binary 1001101 10010100 1101111 110000 0 11001 101010 10010101 100000 101100

Color Harmonies of #4D946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D946F

Black with #4D946F

Text Example


Text Example

White with #4D946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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