Html Css Color HEX #479670 Ocean Green

📋 copy color: '#479670'

red 71 ◦ green 150 ◦ blue 112

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

Shades of Ocean Green #479670

Tints of Ocean Green #479670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

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

R = 21.32%
G = 45.05%
B = 33.63%

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

#479670 (or 0x479670) is known color: Ocean Green. HEX triplet: 47, 96 and 70. RGB value is (71,150,112). Sum of RGB (Red+Green+Blue) = 71+150+112=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #479670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479670 is #B8698F. Grayscale: #7A7A7A. Windows color (decimal): -12085648 or 7378503. OLE color: 7378503.

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

Color convert

RGB 71 150 112 -
CMYK 0.53 0 0.25 0.41
HSL 151.14º 0.36% 0.43% -
HSV(B) 151.14º 0.53% 0.59% -
XYZ 16.43 24.32 19.16 -
YUV 122.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 71 150 112 0.53 0 0.25 0.41 151.14 0.36 0.43
Hex 47 96 70 35 0 19 29 97 24 2B
Octal 107 226 160 65 0 31 51 227 44 53
Binary 1000111 10010110 1110000 110101 0 11001 101001 10010111 100100 101011

Color Harmonies of #479670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479670

Black with #479670

Text Example


Text Example

White with #479670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479670; }

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

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

background-color css

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

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

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

border-color css

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

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

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