Html Css Color HEX #4D946C Ocean Green

📋 copy color: '#4D946C'

red 77 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #4D946C

Tints of Ocean Green #4D946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 23.12%
G = 44.44%
B = 32.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#4D946C (or 0x4D946C) is known color: Ocean Green. HEX triplet: 4D, 94 and 6C. RGB value is (77,148,108). Sum of RGB (Red+Green+Blue) = 77+148+108=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #4D946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D946C is #B26B93. Grayscale: #7A7A7A. Windows color (decimal): -11692948 or 7115853. OLE color: 7115853.

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

Color convert

RGB 77 148 108 -
CMYK 0.48 0 0.27 0.42
HSL 146.2º 0.32% 0.44% -
HSV(B) 146.2º 0.48% 0.58% -
XYZ 16.36 23.84 17.93 -
YUV 122.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 77 148 108 0.48 0 0.27 0.42 146.2 0.32 0.44
Hex 4D 94 6C 30 0 1B 2A 92 20 2C
Octal 115 224 154 60 0 33 52 222 40 54
Binary 1001101 10010100 1101100 110000 0 11011 101010 10010010 100000 101100

Color Harmonies of #4D946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D946C

Black with #4D946C

Text Example


Text Example

White with #4D946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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