Html Css Color HEX #4FA573 Ocean Green

📋 copy color: '#4FA573'

red 79 ◦ green 165 ◦ blue 115

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

Shades of Ocean Green #4FA573

Tints of Ocean Green #4FA573

RGB

 RED value IS 79 (31.25% from 255) = 22.01%

 GREEN value IS 165 (64.84% from 255) = 45.96%

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

R = 22.01%
G = 45.96%
B = 32.03%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#4FA573 (or 0x4FA573) is known color: Ocean Green. HEX triplet: 4F, A5 and 73. RGB value is (79,165,115). Sum of RGB (Red+Green+Blue) = 79+165+115=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA573 is #B05A8C. Grayscale: #858585. Windows color (decimal): -11557517 or 7578959. OLE color: 7578959.

HSL color Cylindrical-coordinate representation of color #4FA573: hue angle of 145.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA573 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 79 165 115 -
CMYK 0.52 0 0.30 0.35
HSL 145.12º 0.35% 0.48% -
HSV(B) 145.12º 0.52% 0.65% -
XYZ 19.77 29.81 20.93 -
YUV 133.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 79 165 115 0.52 0 0.30 0.35 145.12 0.35 0.48
Hex 4F A5 73 34 0 1E 23 91 23 30
Octal 117 245 163 64 0 36 43 221 43 60
Binary 1001111 10100101 1110011 110100 0 11110 100011 10010001 100011 110000

Color Harmonies of #4FA573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA573

Black with #4FA573

Text Example


Text Example

White with #4FA573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,165,115); }

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

background-color css

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

 a { background-color: rgb(79,165,115); }

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

border-color css

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

 span { border-color: rgb(79,165,115); }

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