Html Css Color HEX #479771 Ocean Green

📋 copy color: '#479771'

red 71 ◦ green 151 ◦ blue 113

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

Shades of Ocean Green #479771

Tints of Ocean Green #479771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.07%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 21.19%
G = 45.07%
B = 33.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#479771 (or 0x479771) is known color: Ocean Green. HEX triplet: 47, 97 and 71. RGB value is (71,151,113). Sum of RGB (Red+Green+Blue) = 71+151+113=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #479771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479771 is #B8688E. Grayscale: #7A7A7A. Windows color (decimal): -12085391 or 7444295. OLE color: 7444295.

HSL color Cylindrical-coordinate representation of color #479771: hue angle of 151.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479771 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 113 -
CMYK 0.53 0 0.25 0.41
HSL 151.5º 0.36% 0.44% -
HSV(B) 151.5º 0.53% 0.59% -
XYZ 16.65 24.67 19.51 -
YUV 122.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 71 151 113 0.53 0 0.25 0.41 151.5 0.36 0.44
Hex 47 97 71 35 0 19 29 98 24 2C
Octal 107 227 161 65 0 31 51 230 44 54
Binary 1000111 10010111 1110001 110101 0 11001 101001 10011000 100100 101100

Color Harmonies of #479771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479771

Black with #479771

Text Example


Text Example

White with #479771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479771; }

 p { color: rgb(71,151,113); }

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

background-color css

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

 a { background-color: rgb(71,151,113); }

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

border-color css

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

 span { border-color: rgb(71,151,113); }

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