Html Css Color HEX #479E75 Ocean Green

📋 copy color: '#479E75'

red 71 ◦ green 158 ◦ blue 117

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

Shades of Ocean Green #479E75

Tints of Ocean Green #479E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 20.52%
G = 45.66%
B = 33.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#479E75 (or 0x479E75) is known color: Ocean Green. HEX triplet: 47, 9E and 75. RGB value is (71,158,117). Sum of RGB (Red+Green+Blue) = 71+158+117=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #479E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E75 is #B8618A. Grayscale: #7F7F7F. Windows color (decimal): -12083595 or 7708231. OLE color: 7708231.

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

Color convert

RGB 71 158 117 -
CMYK 0.55 0 0.26 0.38
HSL 151.72º 0.38% 0.45% -
HSV(B) 151.72º 0.55% 0.62% -
XYZ 18.04 27.08 21.11 -
YUV 127.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 71 158 117 0.55 0 0.26 0.38 151.72 0.38 0.45
Hex 47 9E 75 37 0 1A 26 98 26 2D
Octal 107 236 165 67 0 32 46 230 46 55
Binary 1000111 10011110 1110101 110111 0 11010 100110 10011000 100110 101101

Color Harmonies of #479E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E75

Black with #479E75

Text Example


Text Example

White with #479E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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