Html Css Color HEX #479877 Ocean Green

📋 copy color: '#479877'

red 71 ◦ green 152 ◦ blue 119

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

Shades of Ocean Green #479877

Tints of Ocean Green #479877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 20.76%
G = 44.44%
B = 34.8%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#479877 (or 0x479877) is known color: Ocean Green. HEX triplet: 47, 98 and 77. RGB value is (71,152,119). Sum of RGB (Red+Green+Blue) = 71+152+119=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #479877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479877 is #B86788. Grayscale: #7C7C7C. Windows color (decimal): -12085129 or 7837767. OLE color: 7837767.

HSL color Cylindrical-coordinate representation of color #479877: hue angle of 155.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479877 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 119 -
CMYK 0.53 0 0.22 0.40
HSL 155.56º 0.36% 0.44% -
HSV(B) 155.56º 0.53% 0.6% -
XYZ 17.16 25.13 21.4 -
YUV 124.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 71 152 119 0.53 0 0.22 0.40 155.56 0.36 0.44
Hex 47 98 77 35 0 16 28 9C 24 2C
Octal 107 230 167 65 0 26 50 234 44 54
Binary 1000111 10011000 1110111 110101 0 10110 101000 10011100 100100 101100

Color Harmonies of #479877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479877

Black with #479877

Text Example


Text Example

White with #479877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479877; }

 p { color: rgb(71,152,119); }

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

background-color css

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

 a { background-color: rgb(71,152,119); }

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

border-color css

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

 span { border-color: rgb(71,152,119); }

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