Html Css Color HEX #479769 Ocean Green

📋 copy color: '#479769'

red 71 ◦ green 151 ◦ blue 105

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

Shades of Ocean Green #479769

Tints of Ocean Green #479769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

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

R = 21.71%
G = 46.18%
B = 32.11%

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

#479769 (or 0x479769) is known color: Ocean Green. HEX triplet: 47, 97 and 69. RGB value is (71,151,105). Sum of RGB (Red+Green+Blue) = 71+151+105=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #479769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479769 is #B86896. Grayscale: #797979. Windows color (decimal): -12085399 or 6920007. OLE color: 6920007.

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

Color convert

RGB 71 151 105 -
CMYK 0.53 0 0.30 0.41
HSL 145.5º 0.36% 0.44% -
HSV(B) 145.5º 0.53% 0.59% -
XYZ 16.21 24.49 17.24 -
YUV 121.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 71 151 105 0.53 0 0.30 0.41 145.5 0.36 0.44
Hex 47 97 69 35 0 1E 29 92 24 2C
Octal 107 227 151 65 0 36 51 222 44 54
Binary 1000111 10010111 1101001 110101 0 11110 101001 10010010 100100 101100

Color Harmonies of #479769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479769

Black with #479769

Text Example


Text Example

White with #479769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479769; }

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

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

background-color css

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

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

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

border-color css

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

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

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