Html Css Color HEX #4D956C Ocean Green

📋 copy color: '#4D956C'

red 77 ◦ green 149 ◦ blue 108

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

Shades of Ocean Green #4D956C

Tints of Ocean Green #4D956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

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

R = 23.05%
G = 44.61%
B = 32.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#4D956C (or 0x4D956C) is known color: Ocean Green. HEX triplet: 4D, 95 and 6C. RGB value is (77,149,108). Sum of RGB (Red+Green+Blue) = 77+149+108=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #4D956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D956C is #B26A93. Grayscale: #7A7A7A. Windows color (decimal): -11692692 or 7116109. OLE color: 7116109.

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

Color convert

RGB 77 149 108 -
CMYK 0.48 0 0.28 0.42
HSL 145.83º 0.32% 0.44% -
HSV(B) 145.83º 0.48% 0.58% -
XYZ 16.51 24.16 17.98 -
YUV 122.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 77 149 108 0.48 0 0.28 0.42 145.83 0.32 0.44
Hex 4D 95 6C 30 0 1C 2A 92 20 2C
Octal 115 225 154 60 0 34 52 222 40 54
Binary 1001101 10010101 1101100 110000 0 11100 101010 10010010 100000 101100

Color Harmonies of #4D956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D956C

Black with #4D956C

Text Example


Text Example

White with #4D956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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