Html Css Color HEX #47B175 Ocean Green

📋 copy color: '#47B175'

red 71 ◦ green 177 ◦ blue 117

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

Shades of Ocean Green #47B175

Tints of Ocean Green #47B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.49%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 19.45%
G = 48.49%
B = 32.05%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#47B175 (or 0x47B175) is known color: Ocean Green. HEX triplet: 47, B1 and 75. RGB value is (71,177,117). Sum of RGB (Red+Green+Blue) = 71+177+117=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #47B175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47B175 is #B84E8A. Grayscale: #8A8A8A. Windows color (decimal): -12078731 or 7713095. OLE color: 7713095.

HSL color Cylindrical-coordinate representation of color #47B175: hue angle of 146.04º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B175 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 177 117 -
CMYK 0.60 0 0.34 0.31
HSL 146.04º 0.43% 0.49% -
HSV(B) 146.04º 0.6% 0.69% -
XYZ 21.53 34.07 22.27 -
YUV 138.47 115.88 79.88 -
System Red Green Blue C M Y K H S L
Decimal 71 177 117 0.60 0 0.34 0.31 146.04 0.43 0.49
Hex 47 B1 75 3C 0 22 1F 92 2B 31
Octal 107 261 165 74 0 42 37 222 53 61
Binary 1000111 10110001 1110101 111100 0 100010 11111 10010010 101011 110001

Color Harmonies of #47B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B175

Black with #47B175

Text Example


Text Example

White with #47B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47B175; }

 p { color: rgb(71,177,117); }

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

background-color css

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

 a { background-color: rgb(71,177,117); }

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

border-color css

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

 span { border-color: rgb(71,177,117); }

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