Html Css Color HEX #4D9368 Ocean Green

📋 copy color: '#4D9368'

red 77 ◦ green 147 ◦ blue 104

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

Shades of Ocean Green #4D9368

Tints of Ocean Green #4D9368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.82%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 23.48%
G = 44.82%
B = 31.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4D9368 (or 0x4D9368) is known color: Ocean Green. HEX triplet: 4D, 93 and 68. RGB value is (77,147,104). Sum of RGB (Red+Green+Blue) = 77+147+104=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9368 is #B26C97. Grayscale: #797979. Windows color (decimal): -11693208 or 6853453. OLE color: 6853453.

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

Color convert

RGB 77 147 104 -
CMYK 0.48 0 0.29 0.42
HSL 143.14º 0.31% 0.44% -
HSV(B) 143.14º 0.48% 0.58% -
XYZ 15.99 23.44 16.78 -
YUV 121.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 77 147 104 0.48 0 0.29 0.42 143.14 0.31 0.44
Hex 4D 93 68 30 0 1D 2A 8F 1F 2C
Octal 115 223 150 60 0 35 52 217 37 54
Binary 1001101 10010011 1101000 110000 0 11101 101010 10001111 11111 101100

Color Harmonies of #4D9368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9368

Black with #4D9368

Text Example


Text Example

White with #4D9368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,147,104); }

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

background-color css

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

 a { background-color: rgb(77,147,104); }

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

border-color css

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

 span { border-color: rgb(77,147,104); }

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