Html Css Color HEX #479F73 Ocean Green

📋 copy color: '#479F73'

red 71 ◦ green 159 ◦ blue 115

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

Shades of Ocean Green #479F73

Tints of Ocean Green #479F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.09%

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

R = 20.58%
G = 46.09%
B = 33.33%

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

#479F73 (or 0x479F73) is known color: Ocean Green. HEX triplet: 47, 9F and 73. RGB value is (71,159,115). Sum of RGB (Red+Green+Blue) = 71+159+115=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #479F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F73 is #B8608C. Grayscale: #7F7F7F. Windows color (decimal): -12083341 or 7577415. OLE color: 7577415.

HSL color Cylindrical-coordinate representation of color #479F73: hue angle of 150º 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 #479F73 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 115 -
CMYK 0.55 0 0.28 0.38
HSL 150º 0.38% 0.45% -
HSV(B) 150º 0.55% 0.62% -
XYZ 18.09 27.37 20.55 -
YUV 127.67 120.85 87.58 -
System Red Green Blue C M Y K H S L
Decimal 71 159 115 0.55 0 0.28 0.38 150 0.38 0.45
Hex 47 9F 73 37 0 1C 26 96 26 2D
Octal 107 237 163 67 0 34 46 226 46 55
Binary 1000111 10011111 1110011 110111 0 11100 100110 10010110 100110 101101

Color Harmonies of #479F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F73

Black with #479F73

Text Example


Text Example

White with #479F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,159,115); }

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

background-color css

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

 a { background-color: rgb(71,159,115); }

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

border-color css

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

 span { border-color: rgb(71,159,115); }

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