Html Css Color HEX #4DAF65 Ocean Green

📋 copy color: '#4DAF65'

red 77 ◦ green 175 ◦ blue 101

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

Shades of Ocean Green #4DAF65

Tints of Ocean Green #4DAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.61%

R = 21.81%
G = 49.58%
B = 28.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#4DAF65 (or 0x4DAF65) is known color: Ocean Green. HEX triplet: 4D, AF and 65. RGB value is (77,175,101). Sum of RGB (Red+Green+Blue) = 77+175+101=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF65 is #B2509A. Grayscale: #898989. Windows color (decimal): -11686043 or 6664013. OLE color: 6664013.

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

Color convert

RGB 77 175 101 -
CMYK 0.56 0 0.42 0.31
HSL 134.69º 0.39% 0.49% -
HSV(B) 134.69º 0.56% 0.69% -
XYZ 20.74 33.18 17.62 -
YUV 137.26 107.53 85.02 -
System Red Green Blue C M Y K H S L
Decimal 77 175 101 0.56 0 0.42 0.31 134.69 0.39 0.49
Hex 4D AF 65 38 0 2A 1F 87 27 31
Octal 115 257 145 70 0 52 37 207 47 61
Binary 1001101 10101111 1100101 111000 0 101010 11111 10000111 100111 110001

Color Harmonies of #4DAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAF65

Black with #4DAF65

Text Example


Text Example

White with #4DAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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