Html Css Color HEX #479770 Ocean Green

📋 copy color: '#479770'

red 71 ◦ green 151 ◦ blue 112

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

Shades of Ocean Green #479770

Tints of Ocean Green #479770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 21.26%
G = 45.21%
B = 33.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#479770 (or 0x479770) is known color: Ocean Green. HEX triplet: 47, 97 and 70. RGB value is (71,151,112). Sum of RGB (Red+Green+Blue) = 71+151+112=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #479770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479770 is #B8688F. Grayscale: #7A7A7A. Windows color (decimal): -12085392 or 7378759. OLE color: 7378759.

HSL color Cylindrical-coordinate representation of color #479770: hue angle of 150.75º 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 #479770 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 151 112 -
CMYK 0.53 0 0.26 0.41
HSL 150.75º 0.36% 0.44% -
HSV(B) 150.75º 0.53% 0.59% -
XYZ 16.59 24.64 19.21 -
YUV 122.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 71 151 112 0.53 0 0.26 0.41 150.75 0.36 0.44
Hex 47 97 70 35 0 1A 29 97 24 2C
Octal 107 227 160 65 0 32 51 227 44 54
Binary 1000111 10010111 1110000 110101 0 11010 101001 10010111 100100 101100

Color Harmonies of #479770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479770

Black with #479770

Text Example


Text Example

White with #479770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479770; }

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

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

background-color css

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

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

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

border-color css

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

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

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