Html Css Color HEX #479D6A Ocean Green

📋 copy color: '#479D6A'

red 71 ◦ green 157 ◦ blue 106

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

Shades of Ocean Green #479D6A

Tints of Ocean Green #479D6A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.01%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 21.26%
G = 47.01%
B = 31.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#479D6A (or 0x479D6A) is known color: Ocean Green. HEX triplet: 47, 9D and 6A. RGB value is (71,157,106). Sum of RGB (Red+Green+Blue) = 71+157+106=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #479D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D6A is #B86295. Grayscale: #7D7D7D. Windows color (decimal): -12083862 or 6987079. OLE color: 6987079.

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

Color convert

RGB 71 157 106 -
CMYK 0.55 0 0.32 0.38
HSL 144.42º 0.38% 0.45% -
HSV(B) 144.42º 0.55% 0.62% -
XYZ 17.26 26.49 17.84 -
YUV 125.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 71 157 106 0.55 0 0.32 0.38 144.42 0.38 0.45
Hex 47 9D 6A 37 0 20 26 90 26 2D
Octal 107 235 152 67 0 40 46 220 46 55
Binary 1000111 10011101 1101010 110111 0 100000 100110 10010000 100110 101101

Color Harmonies of #479D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D6A

Black with #479D6A

Text Example


Text Example

White with #479D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,106); }

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

background-color css

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

 a { background-color: rgb(71,157,106); }

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

border-color css

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

 span { border-color: rgb(71,157,106); }

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