Html Css Color HEX #4FA372 Ocean Green

📋 copy color: '#4FA372'

red 79 ◦ green 163 ◦ blue 114

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

Shades of Ocean Green #4FA372

Tints of Ocean Green #4FA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.79%

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

R = 22.19%
G = 45.79%
B = 32.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#4FA372 (or 0x4FA372) is known color: Ocean Green. HEX triplet: 4F, A3 and 72. RGB value is (79,163,114). Sum of RGB (Red+Green+Blue) = 79+163+114=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA372 is #B05C8D. Grayscale: #848484. Windows color (decimal): -11558030 or 7512911. OLE color: 7512911.

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

Color convert

RGB 79 163 114 -
CMYK 0.52 0 0.30 0.36
HSL 145º 0.35% 0.47% -
HSV(B) 145º 0.52% 0.64% -
XYZ 19.36 29.07 20.51 -
YUV 132.3 117.67 89.98 -
System Red Green Blue C M Y K H S L
Decimal 79 163 114 0.52 0 0.30 0.36 145 0.35 0.47
Hex 4F A3 72 34 0 1E 24 91 23 2F
Octal 117 243 162 64 0 36 44 221 43 57
Binary 1001111 10100011 1110010 110100 0 11110 100100 10010001 100011 101111

Color Harmonies of #4FA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA372

Black with #4FA372

Text Example


Text Example

White with #4FA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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