Html Css Color HEX #479B73 Ocean Green

📋 copy color: '#479B73'

red 71 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #479B73

Tints of Ocean Green #479B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 20.82%
G = 45.45%
B = 33.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#479B73 (or 0x479B73) is known color: Ocean Green. HEX triplet: 47, 9B and 73. RGB value is (71,155,115). Sum of RGB (Red+Green+Blue) = 71+155+115=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #479B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B73 is #B8648C. Grayscale: #7D7D7D. Windows color (decimal): -12084365 or 7576391. OLE color: 7576391.

HSL color Cylindrical-coordinate representation of color #479B73: hue angle of 151.43º 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 #479B73 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 155 115 -
CMYK 0.54 0 0.26 0.39
HSL 151.43º 0.37% 0.44% -
HSV(B) 151.43º 0.54% 0.61% -
XYZ 17.41 26.02 20.32 -
YUV 125.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 71 155 115 0.54 0 0.26 0.39 151.43 0.37 0.44
Hex 47 9B 73 36 0 1A 27 97 25 2C
Octal 107 233 163 66 0 32 47 227 45 54
Binary 1000111 10011011 1110011 110110 0 11010 100111 10010111 100101 101100

Color Harmonies of #479B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479B73

Black with #479B73

Text Example


Text Example

White with #479B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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