Html Css Color HEX #479B78 Ocean Green

📋 copy color: '#479B78'

red 71 ◦ green 155 ◦ blue 120

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

Shades of Ocean Green #479B78

Tints of Ocean Green #479B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 20.52%
G = 44.8%
B = 34.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#479B78 (or 0x479B78) is known color: Ocean Green. HEX triplet: 47, 9B and 78. RGB value is (71,155,120). Sum of RGB (Red+Green+Blue) = 71+155+120=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #479B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B78 is #B86487. Grayscale: #7D7D7D. Windows color (decimal): -12084360 or 7904071. OLE color: 7904071.

HSL color Cylindrical-coordinate representation of color #479B78: hue angle of 155º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479B78 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 155 120 -
CMYK 0.54 0 0.23 0.39
HSL 155º 0.37% 0.44% -
HSV(B) 155º 0.54% 0.61% -
XYZ 17.71 26.14 21.88 -
YUV 125.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 71 155 120 0.54 0 0.23 0.39 155 0.37 0.44
Hex 47 9B 78 36 0 17 27 9B 25 2C
Octal 107 233 170 66 0 27 47 233 45 54
Binary 1000111 10011011 1111000 110110 0 10111 100111 10011011 100101 101100

Color Harmonies of #479B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479B78

Black with #479B78

Text Example


Text Example

White with #479B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,155,120); }

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

background-color css

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

 a { background-color: rgb(71,155,120); }

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

border-color css

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

 span { border-color: rgb(71,155,120); }

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