Html Css Color HEX #4D9573 Ocean Green

📋 copy color: '#4D9573'

red 77 ◦ green 149 ◦ blue 115

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

Shades of Ocean Green #4D9573

Tints of Ocean Green #4D9573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 22.58%
G = 43.7%
B = 33.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#4D9573 (or 0x4D9573) is known color: Ocean Green. HEX triplet: 4D, 95 and 73. RGB value is (77,149,115). Sum of RGB (Red+Green+Blue) = 77+149+115=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9573 is #B26A8C. Grayscale: #7B7B7B. Windows color (decimal): -11692685 or 7574861. OLE color: 7574861.

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

Color convert

RGB 77 149 115 -
CMYK 0.48 0 0.23 0.42
HSL 151.67º 0.32% 0.44% -
HSV(B) 151.67º 0.48% 0.58% -
XYZ 16.9 24.31 20.02 -
YUV 123.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 77 149 115 0.48 0 0.23 0.42 151.67 0.32 0.44
Hex 4D 95 73 30 0 17 2A 98 20 2C
Octal 115 225 163 60 0 27 52 230 40 54
Binary 1001101 10010101 1110011 110000 0 10111 101010 10011000 100000 101100

Color Harmonies of #4D9573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9573

Black with #4D9573

Text Example


Text Example

White with #4D9573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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