Html Css Color HEX #4DAF7A Ocean Green

📋 copy color: '#4DAF7A'

red 77 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #4DAF7A

Tints of Ocean Green #4DAF7A

RGB

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

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

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

R = 20.59%
G = 46.79%
B = 32.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#4DAF7A (or 0x4DAF7A) is known color: Ocean Green. HEX triplet: 4D, AF and 7A. RGB value is (77,175,122). Sum of RGB (Red+Green+Blue) = 77+175+122=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF7A is #B25085. Grayscale: #8B8B8B. Windows color (decimal): -11686022 or 8040269. OLE color: 8040269.

HSL color Cylindrical-coordinate representation of color #4DAF7A: hue angle of 147.55º 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 #4DAF7A is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 175 122 -
CMYK 0.56 0 0.30 0.31
HSL 147.55º 0.39% 0.49% -
HSV(B) 147.55º 0.56% 0.69% -
XYZ 21.9 33.64 23.75 -
YUV 139.66 118.03 83.31 -
System Red Green Blue C M Y K H S L
Decimal 77 175 122 0.56 0 0.30 0.31 147.55 0.39 0.49
Hex 4D AF 7A 38 0 1E 1F 94 27 31
Octal 115 257 172 70 0 36 37 224 47 61
Binary 1001101 10101111 1111010 111000 0 11110 11111 10010100 100111 110001

Color Harmonies of #4DAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF7A

Black with #4DAF7A

Text Example


Text Example

White with #4DAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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