Html Css Color HEX #4D926D Ocean Green

📋 copy color: '#4D926D'

red 77 ◦ green 146 ◦ blue 109

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

Shades of Ocean Green #4D926D

Tints of Ocean Green #4D926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 23.19%
G = 43.98%
B = 32.83%

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

#4D926D (or 0x4D926D) is known color: Ocean Green. HEX triplet: 4D, 92 and 6D. RGB value is (77,146,109). Sum of RGB (Red+Green+Blue) = 77+146+109=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #4D926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D926D is #B26D92. Grayscale: #797979. Windows color (decimal): -11693459 or 7180877. OLE color: 7180877.

HSL color Cylindrical-coordinate representation of color #4D926D: hue angle of 147.83º 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 #4D926D is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 146 109 -
CMYK 0.47 0 0.25 0.43
HSL 147.83º 0.31% 0.44% -
HSV(B) 147.83º 0.47% 0.57% -
XYZ 16.1 23.24 18.11 -
YUV 121.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 77 146 109 0.47 0 0.25 0.43 147.83 0.31 0.44
Hex 4D 92 6D 2F 0 19 2B 94 1F 2C
Octal 115 222 155 57 0 31 53 224 37 54
Binary 1001101 10010010 1101101 101111 0 11001 101011 10010100 11111 101100

Color Harmonies of #4D926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D926D

Black with #4D926D

Text Example


Text Example

White with #4D926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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