Html Css Color HEX #479D70 Ocean Green

📋 copy color: '#479D70'

red 71 ◦ green 157 ◦ blue 112

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

Shades of Ocean Green #479D70

Tints of Ocean Green #479D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.18%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 20.88%
G = 46.18%
B = 32.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#479D70 (or 0x479D70) is known color: Ocean Green. HEX triplet: 47, 9D and 70. RGB value is (71,157,112). Sum of RGB (Red+Green+Blue) = 71+157+112=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #479D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D70 is #B8628F. Grayscale: #7E7E7E. Windows color (decimal): -12083856 or 7380295. OLE color: 7380295.

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

Color convert

RGB 71 157 112 -
CMYK 0.55 0 0.29 0.38
HSL 148.6º 0.38% 0.45% -
HSV(B) 148.6º 0.55% 0.62% -
XYZ 17.58 26.62 19.54 -
YUV 126.16 120.01 88.66 -
System Red Green Blue C M Y K H S L
Decimal 71 157 112 0.55 0 0.29 0.38 148.6 0.38 0.45
Hex 47 9D 70 37 0 1D 26 95 26 2D
Octal 107 235 160 67 0 35 46 225 46 55
Binary 1000111 10011101 1110000 110111 0 11101 100110 10010101 100110 101101

Color Harmonies of #479D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D70

Black with #479D70

Text Example


Text Example

White with #479D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,112); }

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

background-color css

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

 a { background-color: rgb(71,157,112); }

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

border-color css

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

 span { border-color: rgb(71,157,112); }

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