Html Css Color HEX #4DAF73 Ocean Green

📋 copy color: '#4DAF73'

red 77 ◦ green 175 ◦ blue 115

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

Shades of Ocean Green #4DAF73

Tints of Ocean Green #4DAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 20.98%
G = 47.68%
B = 31.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#4DAF73 (or 0x4DAF73) is known color: Ocean Green. HEX triplet: 4D, AF and 73. RGB value is (77,175,115). Sum of RGB (Red+Green+Blue) = 77+175+115=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF73 is #B2508C. Grayscale: #8B8B8B. Windows color (decimal): -11686029 or 7581517. OLE color: 7581517.

HSL color Cylindrical-coordinate representation of color #4DAF73: hue angle of 143.27º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF73 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 115 -
CMYK 0.56 0 0.34 0.31
HSL 143.27º 0.39% 0.49% -
HSV(B) 143.27º 0.56% 0.69% -
XYZ 21.49 33.48 21.55 -
YUV 138.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 77 175 115 0.56 0 0.34 0.31 143.27 0.39 0.49
Hex 4D AF 73 38 0 22 1F 8F 27 31
Octal 115 257 163 70 0 42 37 217 47 61
Binary 1001101 10101111 1110011 111000 0 100010 11111 10001111 100111 110001

Color Harmonies of #4DAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF73

Black with #4DAF73

Text Example


Text Example

White with #4DAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,115); }

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

background-color css

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

 a { background-color: rgb(77,175,115); }

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

border-color css

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

 span { border-color: rgb(77,175,115); }

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