Html Css Color HEX #479669 Ocean Green

📋 copy color: '#479669'

red 71 ◦ green 150 ◦ blue 105

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

Shades of Ocean Green #479669

Tints of Ocean Green #479669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 21.78%
G = 46.01%
B = 32.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#479669 (or 0x479669) is known color: Ocean Green. HEX triplet: 47, 96 and 69. RGB value is (71,150,105). Sum of RGB (Red+Green+Blue) = 71+150+105=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #479669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479669 is #B86996. Grayscale: #797979. Windows color (decimal): -12085655 or 6919751. OLE color: 6919751.

HSL color Cylindrical-coordinate representation of color #479669: hue angle of 145.82º 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 #479669 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 105 -
CMYK 0.53 0 0.30 0.41
HSL 145.82º 0.36% 0.43% -
HSV(B) 145.82º 0.53% 0.59% -
XYZ 16.05 24.17 17.18 -
YUV 121.25 118.83 92.16 -
System Red Green Blue C M Y K H S L
Decimal 71 150 105 0.53 0 0.30 0.41 145.82 0.36 0.43
Hex 47 96 69 35 0 1E 29 92 24 2B
Octal 107 226 151 65 0 36 51 222 44 53
Binary 1000111 10010110 1101001 110101 0 11110 101001 10010010 100100 101011

Color Harmonies of #479669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479669

Black with #479669

Text Example


Text Example

White with #479669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479669; }

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

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

background-color css

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

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

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

border-color css

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

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

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