Html Css Color HEX #479D78 Ocean Green

📋 copy color: '#479D78'

red 71 ◦ green 157 ◦ blue 120

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

Shades of Ocean Green #479D78

Tints of Ocean Green #479D78

RGB

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

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

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

R = 20.4%
G = 45.11%
B = 34.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#479D78 (or 0x479D78) is known color: Ocean Green. HEX triplet: 47, 9D and 78. RGB value is (71,157,120). Sum of RGB (Red+Green+Blue) = 71+157+120=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #479D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D78 is #B86287. Grayscale: #7F7F7F. Windows color (decimal): -12083848 or 7904583. OLE color: 7904583.

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

Color convert

RGB 71 157 120 -
CMYK 0.55 0 0.24 0.38
HSL 154.19º 0.38% 0.45% -
HSV(B) 154.19º 0.55% 0.62% -
XYZ 18.05 26.81 21.99 -
YUV 127.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 71 157 120 0.55 0 0.24 0.38 154.19 0.38 0.45
Hex 47 9D 78 37 0 18 26 9A 26 2D
Octal 107 235 170 67 0 30 46 232 46 55
Binary 1000111 10011101 1111000 110111 0 11000 100110 10011010 100110 101101

Color Harmonies of #479D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D78

Black with #479D78

Text Example


Text Example

White with #479D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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