Html Css Color HEX #4DA37A Ocean Green

📋 copy color: '#4DA37A'

red 77 ◦ green 163 ◦ blue 122

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

Shades of Ocean Green #4DA37A

Tints of Ocean Green #4DA37A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.03%

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 21.27%
G = 45.03%
B = 33.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#4DA37A (or 0x4DA37A) is known color: Ocean Green. HEX triplet: 4D, A3 and 7A. RGB value is (77,163,122). Sum of RGB (Red+Green+Blue) = 77+163+122=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA37A is #B25C85. Grayscale: #848484. Windows color (decimal): -11689094 or 8037197. OLE color: 8037197.

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

Color convert

RGB 77 163 122 -
CMYK 0.53 0 0.25 0.36
HSL 151.4º 0.36% 0.47% -
HSV(B) 151.4º 0.53% 0.64% -
XYZ 19.67 29.18 23.01 -
YUV 132.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 77 163 122 0.53 0 0.25 0.36 151.4 0.36 0.47
Hex 4D A3 7A 35 0 19 24 97 24 2F
Octal 115 243 172 65 0 31 44 227 44 57
Binary 1001101 10100011 1111010 110101 0 11001 100100 10010111 100100 101111

Color Harmonies of #4DA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA37A

Black with #4DA37A

Text Example


Text Example

White with #4DA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,163,122); }

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

background-color css

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

 a { background-color: rgb(77,163,122); }

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

border-color css

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

 span { border-color: rgb(77,163,122); }

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