Html Css Color HEX #479A73 Ocean Green

📋 copy color: '#479A73'

red 71 ◦ green 154 ◦ blue 115

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

Shades of Ocean Green #479A73

Tints of Ocean Green #479A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.29%

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

R = 20.88%
G = 45.29%
B = 33.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#479A73 (or 0x479A73) is known color: Ocean Green. HEX triplet: 47, 9A and 73. RGB value is (71,154,115). Sum of RGB (Red+Green+Blue) = 71+154+115=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #479A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A73 is #B8658C. Grayscale: #7C7C7C. Windows color (decimal): -12084621 or 7576135. OLE color: 7576135.

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

Color convert

RGB 71 154 115 -
CMYK 0.54 0 0.25 0.40
HSL 151.81º 0.37% 0.44% -
HSV(B) 151.81º 0.54% 0.6% -
XYZ 17.25 25.69 20.27 -
YUV 124.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 71 154 115 0.54 0 0.25 0.40 151.81 0.37 0.44
Hex 47 9A 73 36 0 19 28 98 25 2C
Octal 107 232 163 66 0 31 50 230 45 54
Binary 1000111 10011010 1110011 110110 0 11001 101000 10011000 100101 101100

Color Harmonies of #479A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A73

Black with #479A73

Text Example


Text Example

White with #479A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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