Html Css Color HEX #479E7A Ocean Green

📋 copy color: '#479E7A'

red 71 ◦ green 158 ◦ blue 122

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

Shades of Ocean Green #479E7A

Tints of Ocean Green #479E7A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 20.23%
G = 45.01%
B = 34.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#479E7A (or 0x479E7A) is known color: Ocean Green. HEX triplet: 47, 9E and 7A. RGB value is (71,158,122). Sum of RGB (Red+Green+Blue) = 71+158+122=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #479E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E7A is #B86185. Grayscale: #7F7F7F. Windows color (decimal): -12083590 or 8035911. OLE color: 8035911.

HSL color Cylindrical-coordinate representation of color #479E7A: hue angle of 155.17º 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 #479E7A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 158 122 -
CMYK 0.55 0 0.23 0.38
HSL 155.17º 0.38% 0.45% -
HSV(B) 155.17º 0.55% 0.62% -
XYZ 18.34 27.2 22.7 -
YUV 127.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 71 158 122 0.55 0 0.23 0.38 155.17 0.38 0.45
Hex 47 9E 7A 37 0 17 26 9B 26 2D
Octal 107 236 172 67 0 27 46 233 46 55
Binary 1000111 10011110 1111010 110111 0 10111 100110 10011011 100110 101101

Color Harmonies of #479E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E7A

Black with #479E7A

Text Example


Text Example

White with #479E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,158,122); }

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

background-color css

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

 a { background-color: rgb(71,158,122); }

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

border-color css

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

 span { border-color: rgb(71,158,122); }

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