Html Css Color HEX #4D926E Ocean Green

📋 copy color: '#4D926E'

red 77 ◦ green 146 ◦ blue 110

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

Shades of Ocean Green #4D926E

Tints of Ocean Green #4D926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 23.12%
G = 43.84%
B = 33.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#4D926E (or 0x4D926E) is known color: Ocean Green. HEX triplet: 4D, 92 and 6E. RGB value is (77,146,110). Sum of RGB (Red+Green+Blue) = 77+146+110=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #4D926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D926E is #B26D91. Grayscale: #797979. Windows color (decimal): -11693458 or 7246413. OLE color: 7246413.

HSL color Cylindrical-coordinate representation of color #4D926E: hue angle of 148.7º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D926E is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 146 110 -
CMYK 0.47 0 0.25 0.43
HSL 148.7º 0.31% 0.44% -
HSV(B) 148.7º 0.47% 0.57% -
XYZ 16.15 23.26 18.39 -
YUV 121.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 77 146 110 0.47 0 0.25 0.43 148.7 0.31 0.44
Hex 4D 92 6E 2F 0 19 2B 95 1F 2C
Octal 115 222 156 57 0 31 53 225 37 54
Binary 1001101 10010010 1101110 101111 0 11001 101011 10010101 11111 101100

Color Harmonies of #4D926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D926E

Black with #4D926E

Text Example


Text Example

White with #4D926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,146,110); }

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

background-color css

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

 a { background-color: rgb(77,146,110); }

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

border-color css

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

 span { border-color: rgb(77,146,110); }

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