Html Css Color HEX #479D76 Ocean Green

📋 copy color: '#479D76'

red 71 ◦ green 157 ◦ blue 118

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

Shades of Ocean Green #479D76

Tints of Ocean Green #479D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 20.52%
G = 45.38%
B = 34.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#479D76 (or 0x479D76) is known color: Ocean Green. HEX triplet: 47, 9D and 76. RGB value is (71,157,118). Sum of RGB (Red+Green+Blue) = 71+157+118=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #479D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D76 is #B86289. Grayscale: #7E7E7E. Windows color (decimal): -12083850 or 7773511. OLE color: 7773511.

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

Color convert

RGB 71 157 118 -
CMYK 0.55 0 0.25 0.38
HSL 152.79º 0.38% 0.45% -
HSV(B) 152.79º 0.55% 0.62% -
XYZ 17.93 26.76 21.36 -
YUV 126.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 71 157 118 0.55 0 0.25 0.38 152.79 0.38 0.45
Hex 47 9D 76 37 0 19 26 99 26 2D
Octal 107 235 166 67 0 31 46 231 46 55
Binary 1000111 10011101 1110110 110111 0 11001 100110 10011001 100110 101101

Color Harmonies of #479D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D76

Black with #479D76

Text Example


Text Example

White with #479D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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