Html Css Color HEX #4D9872 Ocean Green

📋 copy color: '#4D9872'

red 77 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #4D9872

Tints of Ocean Green #4D9872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 22.45%
G = 44.31%
B = 33.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#4D9872 (or 0x4D9872) is known color: Ocean Green. HEX triplet: 4D, 98 and 72. RGB value is (77,152,114). Sum of RGB (Red+Green+Blue) = 77+152+114=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9872 is #B2678D. Grayscale: #7D7D7D. Windows color (decimal): -11691918 or 7510093. OLE color: 7510093.

HSL color Cylindrical-coordinate representation of color #4D9872: hue angle of 149.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9872 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 114 -
CMYK 0.49 0 0.25 0.40
HSL 149.6º 0.33% 0.45% -
HSV(B) 149.6º 0.49% 0.6% -
XYZ 17.33 25.25 19.88 -
YUV 125.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 77 152 114 0.49 0 0.25 0.40 149.6 0.33 0.45
Hex 4D 98 72 31 0 19 28 96 21 2D
Octal 115 230 162 61 0 31 50 226 41 55
Binary 1001101 10011000 1110010 110001 0 11001 101000 10010110 100001 101101

Color Harmonies of #4D9872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9872

Black with #4D9872

Text Example


Text Example

White with #4D9872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,152,114); }

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

background-color css

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

 a { background-color: rgb(77,152,114); }

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

border-color css

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

 span { border-color: rgb(77,152,114); }

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