Html Css Color HEX #47A56C Ocean Green

📋 copy color: '#47A56C'

red 71 ◦ green 165 ◦ blue 108

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

Shades of Ocean Green #47A56C

Tints of Ocean Green #47A56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 20.64%
G = 47.97%
B = 31.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#47A56C (or 0x47A56C) is known color: Ocean Green. HEX triplet: 47, A5 and 6C. RGB value is (71,165,108). Sum of RGB (Red+Green+Blue) = 71+165+108=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #47A56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A56C is #B85A93. Grayscale: #828282. Windows color (decimal): -12081812 or 7120199. OLE color: 7120199.

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

Color convert

RGB 71 165 108 -
CMYK 0.57 0 0.35 0.35
HSL 143.62º 0.4% 0.46% -
HSV(B) 143.62º 0.57% 0.65% -
XYZ 18.76 29.33 18.86 -
YUV 130.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 71 165 108 0.57 0 0.35 0.35 143.62 0.4 0.46
Hex 47 A5 6C 39 0 23 23 90 28 2E
Octal 107 245 154 71 0 43 43 220 50 56
Binary 1000111 10100101 1101100 111001 0 100011 100011 10010000 101000 101110

Color Harmonies of #47A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A56C

Black with #47A56C

Text Example


Text Example

White with #47A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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