Html Css Color HEX #479F6F Ocean Green

📋 copy color: '#479F6F'

red 71 ◦ green 159 ◦ blue 111

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

Shades of Ocean Green #479F6F

Tints of Ocean Green #479F6F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 111 (43.75% from 255) = 32.55%

R = 20.82%
G = 46.63%
B = 32.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#479F6F (or 0x479F6F) is known color: Ocean Green. HEX triplet: 47, 9F and 6F. RGB value is (71,159,111). Sum of RGB (Red+Green+Blue) = 71+159+111=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #479F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F6F is #B86090. Grayscale: #7F7F7F. Windows color (decimal): -12083345 or 7315271. OLE color: 7315271.

HSL color Cylindrical-coordinate representation of color #479F6F: hue angle of 147.27º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F6F is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 111 -
CMYK 0.55 0 0.30 0.38
HSL 147.27º 0.38% 0.45% -
HSV(B) 147.27º 0.55% 0.62% -
XYZ 17.87 27.28 19.36 -
YUV 127.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 71 159 111 0.55 0 0.30 0.38 147.27 0.38 0.45
Hex 47 9F 6F 37 0 1E 26 93 26 2D
Octal 107 237 157 67 0 36 46 223 46 55
Binary 1000111 10011111 1101111 110111 0 11110 100110 10010011 100110 101101

Color Harmonies of #479F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F6F

Black with #479F6F

Text Example


Text Example

White with #479F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,159,111); }

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

background-color css

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

 a { background-color: rgb(71,159,111); }

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

border-color css

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

 span { border-color: rgb(71,159,111); }

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