Html Css Color HEX #47A57B Ocean Green

📋 copy color: '#47A57B'

red 71 ◦ green 165 ◦ blue 123

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

Shades of Ocean Green #47A57B

Tints of Ocean Green #47A57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 19.78%
G = 45.96%
B = 34.26%

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

#47A57B (or 0x47A57B) is known color: Ocean Green. HEX triplet: 47, A5 and 7B. RGB value is (71,165,123). Sum of RGB (Red+Green+Blue) = 71+165+123=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #47A57B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A57B is #B85A84. Grayscale: #848484. Windows color (decimal): -12081797 or 8103239. OLE color: 8103239.

HSL color Cylindrical-coordinate representation of color #47A57B: hue angle of 153.19º 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 #47A57B is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 165 123 -
CMYK 0.57 0 0.25 0.35
HSL 153.19º 0.4% 0.46% -
HSV(B) 153.19º 0.57% 0.65% -
XYZ 19.63 29.68 23.43 -
YUV 132.11 122.86 84.42 -
System Red Green Blue C M Y K H S L
Decimal 71 165 123 0.57 0 0.25 0.35 153.19 0.4 0.46
Hex 47 A5 7B 39 0 19 23 99 28 2E
Octal 107 245 173 71 0 31 43 231 50 56
Binary 1000111 10100101 1111011 111001 0 11001 100011 10011001 101000 101110

Color Harmonies of #47A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A57B

Black with #47A57B

Text Example


Text Example

White with #47A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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