Html Css Color HEX #479E72 Ocean Green

📋 copy color: '#479E72'

red 71 ◦ green 158 ◦ blue 114

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

Shades of Ocean Green #479E72

Tints of Ocean Green #479E72

RGB

 RED value IS 71 (28.13% from 255) = 20.7%

 GREEN value IS 158 (62.11% from 255) = 46.06%

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

R = 20.7%
G = 46.06%
B = 33.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#479E72 (or 0x479E72) is known color: Ocean Green. HEX triplet: 47, 9E and 72. RGB value is (71,158,114). Sum of RGB (Red+Green+Blue) = 71+158+114=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 158 - color contains mainly: green. Hex color #479E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E72 is #B8618D. Grayscale: #7F7F7F. Windows color (decimal): -12083598 or 7511623. OLE color: 7511623.

HSL color Cylindrical-coordinate representation of color #479E72: hue angle of 149.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479E72 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 158 114 -
CMYK 0.55 0 0.28 0.38
HSL 149.66º 0.38% 0.45% -
HSV(B) 149.66º 0.55% 0.62% -
XYZ 17.86 27.01 20.19 -
YUV 126.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 71 158 114 0.55 0 0.28 0.38 149.66 0.38 0.45
Hex 47 9E 72 37 0 1C 26 96 26 2D
Octal 107 236 162 67 0 34 46 226 46 55
Binary 1000111 10011110 1110010 110111 0 11100 100110 10010110 100110 101101

Color Harmonies of #479E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E72

Black with #479E72

Text Example


Text Example

White with #479E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479E72; }

 p { color: rgb(71,158,114); }

 H1.HeaderClassName
 {
   color: #479E72;
 }
 .AnyTagClassName
 {
   color: #479E72;
 }
</style>

background-color css

<style>
 a { background-color: #479E72; }

 a { background-color: rgb(71,158,114); }

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

border-color css

<style>
 span { border-color: #479E72; }

 span { border-color: rgb(71,158,114); }

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