Html Css Color HEX #479675 Ocean Green

📋 copy color: '#479675'

red 71 ◦ green 150 ◦ blue 117

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

Shades of Ocean Green #479675

Tints of Ocean Green #479675

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

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

R = 21.01%
G = 44.38%
B = 34.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#479675 (or 0x479675) is known color: Ocean Green. HEX triplet: 47, 96 and 75. RGB value is (71,150,117). Sum of RGB (Red+Green+Blue) = 71+150+117=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #479675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479675 is #B8698A. Grayscale: #7A7A7A. Windows color (decimal): -12085643 or 7706183. OLE color: 7706183.

HSL color Cylindrical-coordinate representation of color #479675: hue angle of 154.94º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479675 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 117 -
CMYK 0.53 0 0.22 0.41
HSL 154.94º 0.36% 0.43% -
HSV(B) 154.94º 0.53% 0.59% -
XYZ 16.72 24.44 20.67 -
YUV 122.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 71 150 117 0.53 0 0.22 0.41 154.94 0.36 0.43
Hex 47 96 75 35 0 16 29 9B 24 2B
Octal 107 226 165 65 0 26 51 233 44 53
Binary 1000111 10010110 1110101 110101 0 10110 101001 10011011 100100 101011

Color Harmonies of #479675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479675

Black with #479675

Text Example


Text Example

White with #479675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479675; }

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

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

background-color css

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

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

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

border-color css

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

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

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