Html Css Color HEX #479E6B Ocean Green

📋 copy color: '#479E6B'

red 71 ◦ green 158 ◦ blue 107

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

Shades of Ocean Green #479E6B

Tints of Ocean Green #479E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 21.13%
G = 47.02%
B = 31.85%

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

#479E6B (or 0x479E6B) is known color: Ocean Green. HEX triplet: 47, 9E and 6B. RGB value is (71,158,107). Sum of RGB (Red+Green+Blue) = 71+158+107=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #479E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E6B is #B86194. Grayscale: #7E7E7E. Windows color (decimal): -12083605 or 7052871. OLE color: 7052871.

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

Color convert

RGB 71 158 107 -
CMYK 0.55 0 0.32 0.38
HSL 144.83º 0.38% 0.45% -
HSV(B) 144.83º 0.55% 0.62% -
XYZ 17.48 26.85 18.17 -
YUV 126.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 71 158 107 0.55 0 0.32 0.38 144.83 0.38 0.45
Hex 47 9E 6B 37 0 20 26 91 26 2D
Octal 107 236 153 67 0 40 46 221 46 55
Binary 1000111 10011110 1101011 110111 0 100000 100110 10010001 100110 101101

Color Harmonies of #479E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E6B

Black with #479E6B

Text Example


Text Example

White with #479E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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