Html Css Color HEX #47A77D Ocean Green

📋 copy color: '#47A77D'

red 71 ◦ green 167 ◦ blue 125

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

Shades of Ocean Green #47A77D

Tints of Ocean Green #47A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 19.56%
G = 46.01%
B = 34.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#47A77D (or 0x47A77D) is known color: Ocean Green. HEX triplet: 47, A7 and 7D. RGB value is (71,167,125). Sum of RGB (Red+Green+Blue) = 71+167+125=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #47A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A77D is #B85882. Grayscale: #858585. Windows color (decimal): -12081283 or 8234823. OLE color: 8234823.

HSL color Cylindrical-coordinate representation of color #47A77D: hue angle of 153.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A77D is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 167 125 -
CMYK 0.57 0 0.25 0.35
HSL 153.75º 0.4% 0.47% -
HSV(B) 153.75º 0.57% 0.65% -
XYZ 20.12 30.46 24.22 -
YUV 133.51 123.2 83.42 -
System Red Green Blue C M Y K H S L
Decimal 71 167 125 0.57 0 0.25 0.35 153.75 0.4 0.47
Hex 47 A7 7D 39 0 19 23 9A 28 2F
Octal 107 247 175 71 0 31 43 232 50 57
Binary 1000111 10100111 1111101 111001 0 11001 100011 10011010 101000 101111

Color Harmonies of #47A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A77D

Black with #47A77D

Text Example


Text Example

White with #47A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,167,125); }

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

background-color css

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

 a { background-color: rgb(71,167,125); }

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

border-color css

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

 span { border-color: rgb(71,167,125); }

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