Html Css Color HEX #4FA272 Ocean Green

📋 copy color: '#4FA272'

red 79 ◦ green 162 ◦ blue 114

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

Shades of Ocean Green #4FA272

Tints of Ocean Green #4FA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 22.25%
G = 45.63%
B = 32.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#4FA272 (or 0x4FA272) is known color: Ocean Green. HEX triplet: 4F, A2 and 72. RGB value is (79,162,114). Sum of RGB (Red+Green+Blue) = 79+162+114=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA272 is #B05D8D. Grayscale: #838383. Windows color (decimal): -11558286 or 7512655. OLE color: 7512655.

HSL color Cylindrical-coordinate representation of color #4FA272: hue angle of 145.3º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA272 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 162 114 -
CMYK 0.51 0 0.30 0.36
HSL 145.3º 0.34% 0.47% -
HSV(B) 145.3º 0.51% 0.64% -
XYZ 19.18 28.72 20.45 -
YUV 131.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 79 162 114 0.51 0 0.30 0.36 145.3 0.34 0.47
Hex 4F A2 72 33 0 1E 24 91 22 2F
Octal 117 242 162 63 0 36 44 221 42 57
Binary 1001111 10100010 1110010 110011 0 11110 100100 10010001 100010 101111

Color Harmonies of #4FA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA272

Black with #4FA272

Text Example


Text Example

White with #4FA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,114); }

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

background-color css

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

 a { background-color: rgb(79,162,114); }

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

border-color css

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

 span { border-color: rgb(79,162,114); }

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