Html Css Color HEX #479569 Ocean Green

📋 copy color: '#479569'

red 71 ◦ green 149 ◦ blue 105

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

Shades of Ocean Green #479569

Tints of Ocean Green #479569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

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

R = 21.85%
G = 45.85%
B = 32.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#479569 (or 0x479569) is known color: Ocean Green. HEX triplet: 47, 95 and 69. RGB value is (71,149,105). Sum of RGB (Red+Green+Blue) = 71+149+105=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #479569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479569 is #B86A96. Grayscale: #787878. Windows color (decimal): -12085911 or 6919495. OLE color: 6919495.

HSL color Cylindrical-coordinate representation of color #479569: hue angle of 146.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479569 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 105 -
CMYK 0.52 0 0.30 0.42
HSL 146.15º 0.35% 0.43% -
HSV(B) 146.15º 0.52% 0.58% -
XYZ 15.9 23.85 17.13 -
YUV 120.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 71 149 105 0.52 0 0.30 0.42 146.15 0.35 0.43
Hex 47 95 69 34 0 1E 2A 92 23 2B
Octal 107 225 151 64 0 36 52 222 43 53
Binary 1000111 10010101 1101001 110100 0 11110 101010 10010010 100011 101011

Color Harmonies of #479569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479569

Black with #479569

Text Example


Text Example

White with #479569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479569; }

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

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

background-color css

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

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

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

border-color css

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

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

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