Html Css Color HEX #4DAD6C Ocean Green

📋 copy color: '#4DAD6C'

red 77 ◦ green 173 ◦ blue 108

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

Shades of Ocean Green #4DAD6C

Tints of Ocean Green #4DAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.32%

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

R = 21.51%
G = 48.32%
B = 30.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#4DAD6C (or 0x4DAD6C) is known color: Ocean Green. HEX triplet: 4D, AD and 6C. RGB value is (77,173,108). Sum of RGB (Red+Green+Blue) = 77+173+108=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD6C is #B25293. Grayscale: #898989. Windows color (decimal): -11686548 or 7122253. OLE color: 7122253.

HSL color Cylindrical-coordinate representation of color #4DAD6C: hue angle of 139.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD6C is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 173 108 -
CMYK 0.55 0 0.38 0.32
HSL 139.38º 0.38% 0.49% -
HSV(B) 139.38º 0.55% 0.68% -
XYZ 20.71 32.55 19.38 -
YUV 136.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 77 173 108 0.55 0 0.38 0.32 139.38 0.38 0.49
Hex 4D AD 6C 37 0 26 20 8B 26 31
Octal 115 255 154 67 0 46 40 213 46 61
Binary 1001101 10101101 1101100 110111 0 100110 100000 10001011 100110 110001

Color Harmonies of #4DAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD6C

Black with #4DAD6C

Text Example


Text Example

White with #4DAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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