Html Css Color HEX #4D946D Ocean Green

📋 copy color: '#4D946D'

red 77 ◦ green 148 ◦ blue 109

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

Shades of Ocean Green #4D946D

Tints of Ocean Green #4D946D

RGB

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

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

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

R = 23.05%
G = 44.31%
B = 32.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#4D946D (or 0x4D946D) is known color: Ocean Green. HEX triplet: 4D, 94 and 6D. RGB value is (77,148,109). Sum of RGB (Red+Green+Blue) = 77+148+109=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #4D946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D946D is #B26B92. Grayscale: #7A7A7A. Windows color (decimal): -11692947 or 7181389. OLE color: 7181389.

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

Color convert

RGB 77 148 109 -
CMYK 0.48 0 0.26 0.42
HSL 147.04º 0.32% 0.44% -
HSV(B) 147.04º 0.48% 0.58% -
XYZ 16.41 23.86 18.21 -
YUV 122.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 77 148 109 0.48 0 0.26 0.42 147.04 0.32 0.44
Hex 4D 94 6D 30 0 1A 2A 93 20 2C
Octal 115 224 155 60 0 32 52 223 40 54
Binary 1001101 10010100 1101101 110000 0 11010 101010 10010011 100000 101100

Color Harmonies of #4D946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D946D

Black with #4D946D

Text Example


Text Example

White with #4D946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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