Html Css Color HEX #47A57A Ocean Green

📋 copy color: '#47A57A'

red 71 ◦ green 165 ◦ blue 122

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

Shades of Ocean Green #47A57A

Tints of Ocean Green #47A57A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.09%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 19.83%
G = 46.09%
B = 34.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#47A57A (or 0x47A57A) is known color: Ocean Green. HEX triplet: 47, A5 and 7A. RGB value is (71,165,122). Sum of RGB (Red+Green+Blue) = 71+165+122=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #47A57A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A57A is #B85A85. Grayscale: #848484. Windows color (decimal): -12081798 or 8037703. OLE color: 8037703.

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

Color convert

RGB 71 165 122 -
CMYK 0.57 0 0.26 0.35
HSL 152.55º 0.4% 0.46% -
HSV(B) 152.55º 0.57% 0.65% -
XYZ 19.57 29.66 23.11 -
YUV 131.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 71 165 122 0.57 0 0.26 0.35 152.55 0.4 0.46
Hex 47 A5 7A 39 0 1A 23 99 28 2E
Octal 107 245 172 71 0 32 43 231 50 56
Binary 1000111 10100101 1111010 111001 0 11010 100011 10011001 101000 101110

Color Harmonies of #47A57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A57A

Black with #47A57A

Text Example


Text Example

White with #47A57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,165,122); }

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

background-color css

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

 a { background-color: rgb(71,165,122); }

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

border-color css

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

 span { border-color: rgb(71,165,122); }

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