Html Css Color HEX #4D9A6C Ocean Green

📋 copy color: '#4D9A6C'

red 77 ◦ green 154 ◦ blue 108

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

Shades of Ocean Green #4D9A6C

Tints of Ocean Green #4D9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.43%

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 22.71%
G = 45.43%
B = 31.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#4D9A6C (or 0x4D9A6C) is known color: Ocean Green. HEX triplet: 4D, 9A and 6C. RGB value is (77,154,108). Sum of RGB (Red+Green+Blue) = 77+154+108=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9A6C is #B26593. Grayscale: #7D7D7D. Windows color (decimal): -11691412 or 7117389. OLE color: 7117389.

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

Color convert

RGB 77 154 108 -
CMYK 0.50 0 0.30 0.40
HSL 144.16º 0.33% 0.45% -
HSV(B) 144.16º 0.5% 0.6% -
XYZ 17.32 25.77 18.25 -
YUV 125.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 77 154 108 0.50 0 0.30 0.40 144.16 0.33 0.45
Hex 4D 9A 6C 32 0 1E 28 90 21 2D
Octal 115 232 154 62 0 36 50 220 41 55
Binary 1001101 10011010 1101100 110010 0 11110 101000 10010000 100001 101101

Color Harmonies of #4D9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9A6C

Black with #4D9A6C

Text Example


Text Example

White with #4D9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,154,108); }

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

background-color css

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

 a { background-color: rgb(77,154,108); }

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

border-color css

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

 span { border-color: rgb(77,154,108); }

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