Html Css Color HEX #479F77 Ocean Green

📋 copy color: '#479F77'

red 71 ◦ green 159 ◦ blue 119

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

Shades of Ocean Green #479F77

Tints of Ocean Green #479F77

RGB

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

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

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

R = 20.34%
G = 45.56%
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

#479F77 (or 0x479F77) is known color: Ocean Green. HEX triplet: 47, 9F and 77. RGB value is (71,159,119). Sum of RGB (Red+Green+Blue) = 71+159+119=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #479F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F77 is #B86088. Grayscale: #808080. Windows color (decimal): -12083337 or 7839559. OLE color: 7839559.

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

Color convert

RGB 71 159 119 -
CMYK 0.55 0 0.25 0.38
HSL 152.73º 0.38% 0.45% -
HSV(B) 152.73º 0.55% 0.62% -
XYZ 18.33 27.47 21.79 -
YUV 128.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 71 159 119 0.55 0 0.25 0.38 152.73 0.38 0.45
Hex 47 9F 77 37 0 19 26 99 26 2D
Octal 107 237 167 67 0 31 46 231 46 55
Binary 1000111 10011111 1110111 110111 0 11001 100110 10011001 100110 101101

Color Harmonies of #479F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F77

Black with #479F77

Text Example


Text Example

White with #479F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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