Html Css Color HEX #47A36C Ocean Green

📋 copy color: '#47A36C'

red 71 ◦ green 163 ◦ blue 108

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

Shades of Ocean Green #47A36C

Tints of Ocean Green #47A36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.66%

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

R = 20.76%
G = 47.66%
B = 31.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#47A36C (or 0x47A36C) is known color: Ocean Green. HEX triplet: 47, A3 and 6C. RGB value is (71,163,108). Sum of RGB (Red+Green+Blue) = 71+163+108=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #47A36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A36C is #B85C93. Grayscale: #818181. Windows color (decimal): -12082324 or 7119687. OLE color: 7119687.

HSL color Cylindrical-coordinate representation of color #47A36C: hue angle of 144.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A36C is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 163 108 -
CMYK 0.56 0 0.34 0.36
HSL 144.13º 0.39% 0.46% -
HSV(B) 144.13º 0.56% 0.64% -
XYZ 18.4 28.62 18.74 -
YUV 129.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 71 163 108 0.56 0 0.34 0.36 144.13 0.39 0.46
Hex 47 A3 6C 38 0 22 24 90 27 2E
Octal 107 243 154 70 0 42 44 220 47 56
Binary 1000111 10100011 1101100 111000 0 100010 100100 10010000 100111 101110

Color Harmonies of #47A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A36C

Black with #47A36C

Text Example


Text Example

White with #47A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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