Html Css Color HEX #479571 Ocean Green

📋 copy color: '#479571'

red 71 ◦ green 149 ◦ blue 113

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

Shades of Ocean Green #479571

Tints of Ocean Green #479571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 21.32%
G = 44.74%
B = 33.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#479571 (or 0x479571) is known color: Ocean Green. HEX triplet: 47, 95 and 71. RGB value is (71,149,113). Sum of RGB (Red+Green+Blue) = 71+149+113=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #479571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479571 is #B86A8E. Grayscale: #797979. Windows color (decimal): -12085903 or 7443783. OLE color: 7443783.

HSL color Cylindrical-coordinate representation of color #479571: hue angle of 152.31º 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 #479571 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 149 113 -
CMYK 0.52 0 0.24 0.42
HSL 152.31º 0.35% 0.43% -
HSV(B) 152.31º 0.52% 0.58% -
XYZ 16.33 24.03 19.4 -
YUV 121.57 123.16 91.93 -
System Red Green Blue C M Y K H S L
Decimal 71 149 113 0.52 0 0.24 0.42 152.31 0.35 0.43
Hex 47 95 71 34 0 18 2A 98 23 2B
Octal 107 225 161 64 0 30 52 230 43 53
Binary 1000111 10010101 1110001 110100 0 11000 101010 10011000 100011 101011

Color Harmonies of #479571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479571

Black with #479571

Text Example


Text Example

White with #479571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479571; }

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

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

background-color css

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

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

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

border-color css

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

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

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