Html Css Color HEX #47AB74 Ocean Green

📋 copy color: '#47AB74'

red 71 ◦ green 171 ◦ blue 116

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

Shades of Ocean Green #47AB74

Tints of Ocean Green #47AB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.77%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 19.83%
G = 47.77%
B = 32.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#47AB74 (or 0x47AB74) is known color: Ocean Green. HEX triplet: 47, AB and 74. RGB value is (71,171,116). Sum of RGB (Red+Green+Blue) = 71+171+116=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB74 is #B8548B. Grayscale: #868686. Windows color (decimal): -12080268 or 7646023. OLE color: 7646023.

HSL color Cylindrical-coordinate representation of color #47AB74: hue angle of 147º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB74 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 171 116 -
CMYK 0.58 0 0.32 0.33
HSL 147º 0.41% 0.47% -
HSV(B) 147º 0.58% 0.67% -
XYZ 20.31 31.73 21.58 -
YUV 134.83 117.37 82.47 -
System Red Green Blue C M Y K H S L
Decimal 71 171 116 0.58 0 0.32 0.33 147 0.41 0.47
Hex 47 AB 74 3A 0 20 21 93 29 2F
Octal 107 253 164 72 0 40 41 223 51 57
Binary 1000111 10101011 1110100 111010 0 100000 100001 10010011 101001 101111

Color Harmonies of #47AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB74

Black with #47AB74

Text Example


Text Example

White with #47AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,171,116); }

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

background-color css

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

 a { background-color: rgb(71,171,116); }

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

border-color css

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

 span { border-color: rgb(71,171,116); }

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