Html Css Color HEX #4DA46E Ocean Green

📋 copy color: '#4DA46E'

red 77 ◦ green 164 ◦ blue 110

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

Shades of Ocean Green #4DA46E

Tints of Ocean Green #4DA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 21.94%
G = 46.72%
B = 31.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#4DA46E (or 0x4DA46E) is known color: Ocean Green. HEX triplet: 4D, A4 and 6E. RGB value is (77,164,110). Sum of RGB (Red+Green+Blue) = 77+164+110=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA46E is #B25B91. Grayscale: #838383. Windows color (decimal): -11688850 or 7251021. OLE color: 7251021.

HSL color Cylindrical-coordinate representation of color #4DA46E: hue angle of 142.76º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA46E is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 164 110 -
CMYK 0.53 0 0.33 0.36
HSL 142.76º 0.36% 0.47% -
HSV(B) 142.76º 0.53% 0.64% -
XYZ 19.15 29.25 19.39 -
YUV 131.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 77 164 110 0.53 0 0.33 0.36 142.76 0.36 0.47
Hex 4D A4 6E 35 0 21 24 8F 24 2F
Octal 115 244 156 65 0 41 44 217 44 57
Binary 1001101 10100100 1101110 110101 0 100001 100100 10001111 100100 101111

Color Harmonies of #4DA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA46E

Black with #4DA46E

Text Example


Text Example

White with #4DA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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