Html Css Color HEX #479671 Ocean Green

📋 copy color: '#479671'

red 71 ◦ green 150 ◦ blue 113

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

Shades of Ocean Green #479671

Tints of Ocean Green #479671

RGB

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

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

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

R = 21.26%
G = 44.91%
B = 33.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#479671 (or 0x479671) is known color: Ocean Green. HEX triplet: 47, 96 and 71. RGB value is (71,150,113). Sum of RGB (Red+Green+Blue) = 71+150+113=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #479671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479671 is #B8698E. Grayscale: #7A7A7A. Windows color (decimal): -12085647 or 7444039. OLE color: 7444039.

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

Color convert

RGB 71 150 113 -
CMYK 0.53 0 0.25 0.41
HSL 151.9º 0.36% 0.43% -
HSV(B) 151.9º 0.53% 0.59% -
XYZ 16.49 24.34 19.45 -
YUV 122.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 71 150 113 0.53 0 0.25 0.41 151.9 0.36 0.43
Hex 47 96 71 35 0 19 29 98 24 2B
Octal 107 226 161 65 0 31 51 230 44 53
Binary 1000111 10010110 1110001 110101 0 11001 101001 10011000 100100 101011

Color Harmonies of #479671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479671

Black with #479671

Text Example


Text Example

White with #479671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479671; }

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

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

background-color css

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

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

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

border-color css

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

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

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